aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/navigatorinfo.rs
Commit message (Expand)AuthorAgeFilesLines
* libservo: Remove a couple `EmbedderMethods` (#36276)Martin Robinson2025-04-011-4/+2
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-14/+14
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-1/+2
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+14
* Script: removed a few opts::get()oneturkmen2019-06-261-3/+3
* Added missing NavigatorId attributesAlan Jeffrey2019-06-111-0/+12
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-1/+1
* First step toward iOS SupportJonathan Jayet2017-08-231-0/+5
* Removed util.Alan Jeffrey2016-12-141-1/+1
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* implements NavigatorLanguageRahul Sharma2016-03-171-0/+4
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-9/+8
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-8/+8
* implement navigator.platformPaul Rouget2015-09-291-1/+12
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-2/+1
* sort all usesJohann Tuffe2015-08-201-1/+1
* Add a simple method to emulate a platform UA (e.g. pretend a desktop build is...Glenn Watson2015-08-181-4/+1
* Implement Navigator.appVersion(#5409)Deokjin Kim2015-04-011-0/+4
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-2/+2
* Move to to_owned rather than into_string.Ms2ger2015-01-201-5/+7
* Remove the NavigatorInfo struct.Ms2ger2015-01-091-23/+19
* script: to_string() -> into_string()Manish Goregaokar2014-12-271-5/+5
* Expose user agent option to DOM navigator interface.Glenn Watson2014-10-131-0/+8
* Share code between Navigator and WorkerNavigatorGilles Leblanc2014-09-201-0/+29