- Aug 23, 2017
-
-
Andrew Halberstadt authored
Bug 1392795 - [yamllint] Group paths to lint by their closest config and run each config group separately, r=dustin This makes configuration files for yamllint work a bit better. It's still not perfect, but it's an improvement on the current situation. MozReview-Commit-ID: IKxgQm1a7bP --HG-- extra : rebase_source : 051fafe21337f0557ee39ec71c90e74fd61d3da7
-
- Aug 01, 2017
-
-
Blake Winton authored
MozReview-Commit-ID: 4pY9JxnLNYk --HG-- extra : rebase_source : a6573e33298e84fca2fc8de92c932f770dcc53b2
-
- Aug 25, 2017
-
-
Tom Ritter authored
MozReview-Commit-ID: 1qQQGjeWeel --HG-- extra : rebase_source : f527762cc8d0b572c5315d2a6a11db8e69fbc999
-
- Aug 22, 2017
-
-
Jing-wei Wu authored
MozReview-Commit-ID: JWzkvs0xJEo --HG-- extra : rebase_source : 9edc3ede760d4dc0eed3041c257a85f7b9f8e3fb
-
Jing-wei Wu authored
MozReview-Commit-ID: 46l5Uw3zhO5 --HG-- extra : rebase_source : 4cac532e566c55f950ed0cf52df136449fb8bc2f
-
- Aug 21, 2017
-
-
Jing-wei Wu authored
1. Ratio of one digit is changed from 0.7 to 0.5. 2. Decorate text with 'sans-serif-medium' & 'bold'. 3. Change border thinkness from 2.5dp to 2.3dp. MozReview-Commit-ID: 9ghdkBAFx9r --HG-- extra : rebase_source : 0c2d7b2eaa0fbbbe3ad8df004e8331fd8cd53ba7
-
- Aug 14, 2017
-
-
Jing-wei Wu authored
MozReview-Commit-ID: CnUuCtGLAU5 --HG-- extra : rebase_source : 400150e2cdc88f4d577bac7fadc97a99d8d0f429 extra : intermediate-source : 80481e5fc6301733ad6ccb33a8b3cefe7d971ceb extra : source : 4eccaa8a53b455b63be544cbfefff46379ac7c75
-
Jing-wei Wu authored
MozReview-Commit-ID: 3QXKlmJmg7R --HG-- extra : rebase_source : f2e9f68162629041c0bdeb95890ac86a7f8b53d8 extra : intermediate-source : 720407bcd509fefb65dfa5e0c90999b22615917d extra : source : 119c08e61355e37ec9f0764a5f75f92cf1f11418
-
Jing-wei Wu authored
MozReview-Commit-ID: Gm7nGDZeWyA --HG-- extra : rebase_source : 3e9928e80b1c1a0a87657b66c3c2583f214f2c61 extra : intermediate-source : 3c9d54bf3f19ff4af3cae776bddfa17370a5ca78 extra : source : 43c6c11b2fa6bb5b53a63b1b62c216ac82981314
-
- Aug 25, 2017
-
-
Jing-wei Wu authored
Update a few icons received from designer and remove mdpi images. MozReview-Commit-ID: 87Hc3GqtZm9 --HG-- rename : mobile/android/app/src/main/res/drawable-hdpi/home_tab_menu_strip.9.png => mobile/android/app/src/photon/res/drawable-hdpi/home_tab_menu_strip.9.png rename : mobile/android/app/src/main/res/drawable-hdpi/tab_indicator_background.9.png => mobile/android/app/src/photon/res/drawable-hdpi/tab_indicator_background.9.png rename : mobile/android/app/src/main/res/drawable-hdpi/tab_indicator_selected.9.png => mobile/android/app/src/photon/res/drawable-hdpi/tab_indicator_selected.9.png rename : mobile/android/app/src/main/res/drawable-hdpi/tab_indicator_selected_focused.9.png => mobile/android/app/src/photon/res/drawable-hdpi/tab_indicator_selected_focused.9.png extra : rebase_source : 58a2ddb722d491cb5b0544cedfcc56db663e374c extra : source : 31ed050ebe02273ea1e75341634bf32065d117f9
-
- Aug 14, 2017
-
-
Jing-wei Wu authored
Bug 1391177 - Part 2: Change text yes/no in search suggestion prompt to capitals. r=nechen,walkingice MozReview-Commit-ID: LTiVMsPdO88 --HG-- extra : rebase_source : a3d5a64df1d8b9fc3f51033a72363262335eb1a4 extra : intermediate-source : b7685ff3c2221da093dec2c0b5bd57dbfa704d5c extra : source : 0b66e4a3c93bdf6a753907bc07b0b13494db32b4
-
- Aug 17, 2017
-
-
Jing-wei Wu authored
Bug 1391177 - Part 1: Change URL text(except domain) color in toolbar from #B2B2B2 to #737373. r=nechen,walkingice MozReview-Commit-ID: dK4hDxx9iv --HG-- extra : rebase_source : 11e39a1832a21519af3d3876e448ebc0a9a74b9d extra : source : aca501b3f1ad86fa10c5580c0d02f9f82550004f
-
- Aug 18, 2017
-
-
Tim Huang authored
Bug 1382545 - Part 2: Add a test case for making sure that Animation API doesn't expose a high resolution time when 'privacy.resistFingerprinting' is true. r=arthuredelstein,birtles Adopt from Tor #16337 This patch adds a test case for testing that Animation API doesn't expose a high resolution time when 'privacy.resistFingerprinting' is true. The test case will play an animation and wait a certain amount of time, one second, and then verify the animation.startTime, animation.currentTime, animation.timeline.currentTime and document.timeline.currentTime are all rounded with 100ms. MozReview-Commit-ID: KiMYySYaQ7V --HG-- extra : rebase_source : 1f8eff986a3e0c1bdc994ef3d33b62508cdd10f5
-
- Aug 17, 2017
-
-
Tim Huang authored
Bug 1382545 - Part 1: Rounding the time of Animation API to 100ms when 'privacy.resistFingerprinting'is true. r=arthuredelstein,birtles Adopt from Tor #16337. This patch makes Animation API to report a rounded time when 'privacy.resistFingerprinting' is true. The Animation API uses AnimationUtils::TimeDurationToDouble() to convert its time duration into a double value and reports it when someone tries to query time through Animation API. So, we use nsRFPService::ReduceTimePrecisionAsMSecs() inside this method to round the time in the scope of the millisecond. MozReview-Commit-ID: 8o01G6AlAu9 --HG-- extra : rebase_source : e2d52f04c1d63accb786f6cf9b1a102607eed517
-
- Jun 08, 2017
-
-
Chung-Sheng Fu authored
MozReview-Commit-ID: 9oXWNOREemX --HG-- extra : rebase_source : 2d13e3b9fc48d1a8060992bc99d846cca8342480
-
- Jul 19, 2017
-
-
Chung-Sheng Fu authored
MozReview-Commit-ID: 8tUr27zvs8z --HG-- extra : rebase_source : f9ce0f19c1cceeefac0a015d33b94bb787a34ffb
-
- Aug 07, 2017
-
-
Chung-Sheng Fu authored
MozReview-Commit-ID: DPvbR1As2UV --HG-- extra : rebase_source : 7fbaf2a4d15884393d07cd80a37093cc32dfd0a2
-
- Jun 08, 2017
-
-
Chung-Sheng Fu authored
Bug 863246 - Move resources that need to be exposed to web content to locations that are marked as contentaccessible r=billm MozReview-Commit-ID: ArhSHKPYOr8 --HG-- extra : rebase_source : b0cf8d159ba6bfa6e7bcd9528ae2f9851185ac30
-
Chung-Sheng Fu authored
Bug 863246 - Content can only load resource:// URIs declared content-accessible in manifests r=billm,bz bz: caps/nsScriptSecurityManager.cpp billm: browser/extensions/activity-stream/jar.mn browser/extensions/onboarding/jar.mn chrome/RegistryMessageUtils.h chrome/nsChromeRegistry.h chrome/nsChromeRegistryChrome.cpp chrome/nsChromeRegistryContent.cpp netwerk/protocol/res/SubstitutingProtocolHandler.cpp netwerk/protocol/res/SubstitutingProtocolHandler.h netwerk/protocol/res/nsIResProtocolHandler.idl netwerk/protocol/res/nsISubstitutingProtocolHandler.idl netwerk/protocol/res/nsResProtocolHandler.cpp netwerk/protocol/res/nsResProtocolHandler.h xpcom/components/ManifestParser.cpp MozReview-Commit-ID: 1RXeNn7jdBf --HG-- extra : rebase_source : 749673b7a5bb0b50192a57496b2ea7962bf6b2d7
-
- Aug 25, 2017
-
-
Wei-Cheng Pan authored
servo: Merge #18229 - Add an API to process all invalidations on the main thread (from legnaleurc:bug_1388298); r=emilio fixes [bug 1388298](https://bugzil.la/1388298) --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> Source-Repo: https://github.com/servo/servo Source-Revision: 04e60517425c49fa36341cffe4c3b205c2d8ce37 --HG-- extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear extra : subtree_revision : 09f90f1f95590de4f69b35296e41847c7ad8189b
-
Sebastian Hengst authored
-
Sebastian Hengst authored
MozReview-Commit-ID: 5armhVE9Jui
-
Cervantes Yu authored
Bug 1390143 - Generate the parent minidump synchronously to keep parent process's stack when creating paired minidumps. r=gsvelto Bug 1360308 offloads IO operations from the main thread when we create paired minidumps. This breaks the symmetry of paired minidumps: the thread stacks of the parent minidump doesn't correspond to the thread stacks in the child minidumps and renders the parent stack useless. This patch moves generation of the parent minidump back to the main thread to keep the context of the parent process when creating paired minidumps. Child minidump is still created asynchronously. MozReview-Commit-ID: 9RmBAuXMPSX
-
Ryan VanderMeulen authored
-
Ryan VanderMeulen authored
-
Ryan VanderMeulen authored
-
- Aug 24, 2017
-
-
Wes Kocher authored
Backed out changeset 25f127dff090 (bug 1390249) for browser_all_files_referenced.js failures a=backout CLOSED TREE MozReview-Commit-ID: GRUTuGs7F4M --HG-- extra : amend_source : afe4e3e3a2cd1701ec3d8e7da015ed17c78cbe5b
-
Wes Kocher authored
Backed out changeset 2ce8a387fa80 (bug 1392787) Backed out changeset bf5a6ff97a8f (bug 1392787) MozReview-Commit-ID: 2cA5bdnNDIe
-
Wes Kocher authored
MozReview-Commit-ID: FRRUDa6rIuS
-
Wes Kocher authored
Backed out changeset 69f853076a0f (bug 1381460) for failures in browser_UsageTelemetry_content.js a=backout MozReview-Commit-ID: 3oQoIoK1uwD
-
Wes Kocher authored
Backed out changeset 2f9462c542b9 (bug 1382033) for failures in browser_all_files_referenced.js a=backout MozReview-Commit-ID: BxG4WjenJkP
-
Josh Matthews authored
This removes a trait object from the path of reporting a CSS error. --- - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] There are tests for these changes Source-Repo: https://github.com/servo/servo Source-Revision: d4ddec8d33dbdaa248ae45d7c8ff58cfca7d7a5e --HG-- extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear extra : subtree_revision : 2cba60dc31ad007b10425814f9aa46299a053366
-
Drew Willcoxon authored
Bug 1378560 - The order of items in the url bar should be (from right-to-left) bookmarks, page action menu. r=Gijs MozReview-Commit-ID: 8StaNxrvryT --HG-- extra : rebase_source : 638106ab10ac6ba85d2877aca24149c928412617
-
Wes Kocher authored
MozReview-Commit-ID: 9LrZYhCPjRv
-
L10n Bumper Bot authored
wo -> ['android', 'android-api-15', 'android-multilocale']
-
Sebastian Hengst authored
MozReview-Commit-ID: 6TGQRm8SSk0
-
Ricky Chien authored
--HG-- extra : rebase_source : e01fc7a0004d5d14716347837ed74b6daf26ab44
-
Gijs Kruitbosch authored
MozReview-Commit-ID: 58GGrPVufZ3 --HG-- extra : rebase_source : 325709623de03b4fd7e1414fff5bb42474194551
-
- Aug 25, 2017
-
-
Josh Matthews authored
servo: Merge #18225 - Remove unused selector visitor argument (from jdm:unused-visitor-argument); r=emilio The real win here is avoiding cloning the iterator when nobody actually uses it. --- - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] There are tests for these changes Source-Repo: https://github.com/servo/servo Source-Revision: 69e28f07097d4ebeeff4505802b1fb26072e3844 --HG-- extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear extra : subtree_revision : 618e8ca0236fcb58864be0b0b14dca47d2a779cb
-
Gregory Szorc authored
Backed out changeset 9923fffd4f64 (bug 1390700) for somehow breaking chain of trust on some Windows builds CLOSED TREE --HG-- extra : amend_source : e039e6840e52ee3186f4c8c0ae20d75cdccdee5a
-