Alexandre Poirot
912faf0bc9
Bug 1263935 - Forward AddonManager.mapURIToAddonId to AddonPathService.mapURIToAddonId. r=mossop
2016-04-26 07:11:15 -07:00
Alexandre Poirot
30d3ba40c6
Bug 1263935 - Expose native version of mapURIToAddonId via amIAddonPathService. r=mossop
2016-04-26 07:11:15 -07:00
Jan Odvarko
be6d109116
Bug 1267274
- Firebug theme: fix position of the Inspector button; r=helenvholmes
2016-04-26 08:52:32 +02:00
Milan Sreckovic
024f874c4b
Bug 1262187: Allow D3D9 if D3D11 failed, behind the pref, but on by default. r=bas
...
MozReview-Commit-ID: JnO4nIN4gXv
--HG--
extra : rebase_source : 5bfa53ef47e59ac8871e500f97b9f851910b5e5b
2016-04-25 13:53:52 -04:00
Jan Odvarko
805383743a
Bug 1266733
- Firebug theme: use white color for selected elements in the Inspector panel; r=bgrins
2016-04-25 17:27:17 +02:00
Timothy Guan-tin Chien
e3df65a0b0
Bug 1266372 - De-dup code to ReaderMode.leaveReaderMode, r=gijs
...
Additionally, implements ReaderMode.enterReaderMode.
MozReview-Commit-ID: 8MPvFhX4ws7
--HG--
extra : transplant_source : %91%0D%CEZkOO%90%1C3%A24%3E%9Bq%D5%BB%13F%0A
2016-04-26 12:52:50 +08:00
Jan Odvarko
913472a7fa
Bug 1266310 - Firebug theme, fix row height in the Memory panel; r=fitzgen
2016-04-25 16:59:33 +02:00
Richard Marti
e8dae1709d
Bug 1267671 - Use smaller border radius for the search field and -buttons on Yosemite+. r=dao
2016-04-24 22:00:45 +02:00
Brian Grinstead
ab9bb23b31
Bug 1254025 - Force the CodeMirror editor to always use a textarea. r=jdescottes
...
By default it switches to a contentEditable when a custom UA is applied, which
causes errors when trying to insert a controller.
MozReview-Commit-ID: AdRUpO3NHNF
--HG--
extra : transplant_source : _%D9%CA.%2A%E2zW%F1%F6%C5a%D2%89%C5%84%B5%5E%FCD
2016-04-26 07:00:53 -07:00
Nicholas Nethercote
fbb397a1bf
Bug 1266639 - Don't separately heap-allocate PLDHashTables within XPCMaps. r=mrbkap.
...
Most of the XPCMap classes contain a |PLDHashTable*|. This can be changed to a
|PLDHashTable|, which avoids some malloc/free calls, removes the needs for
explicit destructors, and removes "can this pointer be null?" questions.
The patch also cleans up the iterators provided by XPCMap classes a little.
MozReview-Commit-ID: K0VdJdZSM7z
--HG--
extra : rebase_source : 9991c6510b86ef39d21009faa37c51a3f37e623d
2016-04-22 15:19:51 +10:00
Morris Tseng
fa4e4a6fd2
Bug 1193526 - Add generated files. r=jgilbert
...
MozReview-Commit-ID: FX6wNAmtfUH
2016-04-27 11:55:46 +08:00
Morris Tseng
91b61fd363
Bug 1193526 - Update errata to mark all failures in 1.0.3 webgl conformance tests. r=jgilbert
...
MozReview-Commit-ID: 3sXVAcVByvh
2016-04-27 11:55:45 +08:00
Morris Tseng
455022580c
Bug 1193526 - Handle image.src being invalid. r=jgilbert
...
MozReview-Commit-ID: IhTC5kkiBu5
2016-04-27 11:55:45 +08:00
Morris Tseng
53a7c08931
Bug 1193526 - Handle image failing to load. r=jgilbert
...
MozReview-Commit-ID: viVuDjJkGH
2016-04-27 11:55:45 +08:00
Morris Tseng
adb83aa7cc
Bug 1193526 - Handle video failing to load. r=jgilbert
...
MozReview-Commit-ID: CBO2VQXsHuD
2016-04-27 11:55:45 +08:00
Morris Tseng
e79aaa8b81
Bug 1193526 - Rename built_in_varying_array_out_of_bounds to biv_array_oob. r=jgilbert
...
The name of some tests is too long and exceed maximum length of windows
path. So we rename it to shorter name.
MozReview-Commit-ID: 2Mp94FkUehd
--HG--
rename : dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/built_in_varying_array_out_of_bounds/built_in_varying_array_out_of_bounds_001_to_001.html => dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/biv_array_oob/biv_array_oob_001_to_001.html
rename : dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/built_in_varying_array_out_of_bounds/gl_Color_array_index_out_of_bounds_frag.frag => dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/biv_array_oob/gl_Color.frag
2016-04-27 11:55:45 +08:00
Morris Tseng
42adee6ebb
Bug 1193526 - Update tests to 1.0.3 from a8ffce2eb6906f3b910399de9ce82dc5538df95b. r=jgilbert
...
MozReview-Commit-ID: H4SQMlrx5ZP
2016-04-27 11:55:45 +08:00
Morris Tseng
0bb31aa671
Bug 1193526 - Update mochitest paths. r=jgilbert
...
MozReview-Commit-ID: 5oLPIdQCuAI
2016-04-27 11:55:42 +08:00
Morris Tseng
96090d52da
Bug 1193526 - Update all generator files for webgl conformance test 1.0.3. r=jgilbert
...
MozReview-Commit-ID: GfDBclBMKcP
2016-04-27 11:55:41 +08:00
Morris Tseng
7387ca5b1d
Bug 1193526 - Update conformance path and remove unused file. r=jgilbert
...
The folder name "webgl-conformance" is too long. Rename it to
"webgl-conf".
MozReview-Commit-ID: FPpYn7MkjFN
--HG--
rename : dom/canvas/test/webgl-conformance/always-fail.html => dom/canvas/test/webgl-conf/always-fail.html
rename : dom/canvas/test/webgl-conformance/generate-wrappers-and-manifest.py => dom/canvas/test/webgl-conf/generate-wrappers-and-manifest.py
rename : dom/canvas/test/webgl-conformance/mochi-single.html => dom/canvas/test/webgl-conf/mochi-single.html
rename : dom/canvas/test/webgl-conformance/mochi-wrapper.html.template => dom/canvas/test/webgl-conf/mochi-wrapper.html.template
rename : dom/canvas/test/webgl-conformance/mochitest-errata.ini => dom/canvas/test/webgl-conf/mochitest-errata.ini
rename : dom/canvas/test/webgl-conformance/mochitest.ini.template => dom/canvas/test/webgl-conf/mochitest.ini.template
2016-04-27 11:55:41 +08:00
Morris Tseng
6f5966c383
Bug 1193526 - Remove old conformance tests and generated files. r=jgilbert
...
MozReview-Commit-ID: 7kXV1e0Cgua
2016-04-27 11:55:41 +08:00
Henry Chang
535880a873
Bug 1178337 - Part 2: Update/add test cases. r=sicking.
...
--HG--
extra : source : 1f0f356a737c1a7063fe5a464c14c8255b89122f
2016-04-27 10:28:38 +08:00
Henry Chang
7ec95c63c9
Bug 1178337 - Part 1: Supports all referrer policies for element atrributes. r=sicking, r=Gijs, r=mcmanus
...
--HG--
extra : source : 6948efdbc5187e754d5bddd6391a7b67a30222a5
2016-04-27 10:26:57 +08:00
Matthew Gregan
de83009807
Bug 1267513 - Update libnestegg to pick up BlockGroup parsing fixes. r=giles
2016-04-27 15:25:26 +12:00
Cameron McCormack
90c9880ccc
Bug 1267564 - Implement a couple of Servo-backed style object methods. r=bholley
2016-04-27 12:34:49 +10:00
Cameron McCormack
75c6df145e
Bug 1267560 - Get style structs from ServoComputedValues rather than the rule node, when using the Servo-backed style system. r=bholley
2016-04-27 12:34:49 +10:00
Grigory Kruglov
4d27766eb6
Bug 1265525 - Part 1: Combined view migration, add local/remote visit aggregates r=sebastian
...
MozReview-Commit-ID: 211xyvAJbtd
--HG--
extra : rebase_source : 1007e816f9f26d2ef5e1000aaf1c9713a0f644db
2016-04-19 12:40:12 -07:00
Tom Tromey
cc930b7621
Bug 1265840 - Remove uses of Services.tm from inspector. r=pbro
...
MozReview-Commit-ID: DQoXLeXKUn3
--HG--
extra : transplant_source : %97%E9%DF%0DD%D5wk0%B1%07Q%10%0BI%A45JH%A6
2016-04-19 13:33:54 -06:00
Ryan VanderMeulen
4d12b543f0
Bug 1267278 - Update the skip-if annotation for browser_menu_item_02.js for all e10s debug.
2016-04-26 14:59:38 -04:00
Gabriel Luong
5e75c0a867
Bug 1266267 - Upgrade to CodeMirror 5.14.2 r=bgrins
2016-04-26 11:44:18 -04:00
Florian Quèze
f0a32d7b64
Bug 1104054 - The 'recording-window-ended' notification from a subframe shouldn't remove the sharing indicator of the whole browser, r=felipe.
2016-04-26 17:42:51 +02:00
Grigory Kruglov
d81d7764d1
Bug 1265525 - Pre: move BrowserContract tests to junit4 r=sebastian
...
MozReview-Commit-ID: 6GLqAR2SOKi
--HG--
extra : rebase_source : 81b486dac92c35be2dcba157bb6f86c1169367cc
2016-04-18 14:04:36 -07:00
Shane Caraveo
b52a4c4056
Bug 1253604 fix share breakage after canceling share on fb, r=markh
2016-04-27 09:47:01 -07:00
Alexandre Poirot
7164e6284d
Bug 1060732 - Load sources from page loaded via POST from cache in the debugger. r=ejpbruel
2016-04-27 09:43:59 -07:00
Marco Bonardo
37c2fdd36a
Bug 1262887 - Long URLs stored in history cause slow address bar. r=adw
...
MozReview-Commit-ID: 8h2nVKBe6tP
--HG--
extra : rebase_source : 1ab6f2d5a9bfdf04dabafdbb825e95d2fe95e5a8
2016-04-22 11:47:31 +02:00
dimi
91ef48fd06
Bug 1264169 - P2. Refine classifierHelper chunk format. r=francois
...
MozReview-Commit-ID: WBexu4sO8R
--HG--
extra : transplant_source : %0C%26%CE%40K%3E%03%D7%9C%A4%FCvE%1C%20%80%16%DB%06%89
2016-04-25 10:13:15 +08:00
dimi
a80e0e9641
Bug 1264169 - P1. test_classifier.html doesn't remove url added to malware database when finish. r=francois
...
MozReview-Commit-ID: 5iuMuVk5f8d
--HG--
extra : transplant_source : .X%96Ph%06%05%DD%17uP%3A%F1%B5%2A%D0Y%9B%83%18
2016-04-22 17:25:40 +08:00
Jan Odvarko
cf416c090e
Bug 1266716 - Fix Firebug theme in the Storage inspector; r=ntim
2016-04-27 14:30:05 +02:00
Jan Odvarko
b6a03a0310
Bug 1267998 - Firebug theme: better CSS for memory heap-tree. r=ntim
2016-04-27 16:16:37 +02:00
Thom Chiovoloni
973571baa5
Bug 1265419 - Implement a validator for bookmarks, that reports errors in the server-side bookmark store, and inconsistencies between server and client. r=markh
...
MozReview-Commit-ID: Ib3wnJt1buL
--HG--
extra : transplant_source : w%D4Z%EEQ%1Bj%24%29I%D3%C0l%EB%AC0%D8%87/%AA
2016-04-26 11:58:32 -04:00
Ricky Chien
57bb17bcf4
Bug 1267434 - Unnecessary whitespace displayed in about:privatebrowing; r=Gijs
...
MozReview-Commit-ID: DubHFct2gQW
--HG--
extra : rebase_source : b75ed7c6c2727b085f27a8bcbb0534ce572d9a79
extra : amend_source : 69d7057cbc7a2132abc289cb3a27d1fb38087866
2016-04-27 13:08:05 +08:00
J. Ryan Stinnett
0b07b90aa6
Bug 1263258 - Require space before paren for anonymous functions. r=pbro
...
MozReview-Commit-ID: 2F0j45Vxn2I
2016-04-27 09:06:15 -05:00
Alexandre Poirot
bf4a878a28
Bug 1264626 - Test the browser toolbox debugger. r=jryans,jlongster
2016-04-27 07:04:47 -07:00
Gijs Kruitbosch
1d863b1c09
Bug 1267289 - add more URL bar tests and fix issue with error pages, r=mikedeboer,mconley
...
This adds tests for issues brought up in bug 231393, bug 264610, bug 302575 and bug 1129564,
all of which fed into the current implementation of userTypedClear/userTypedValue. I intend
to move us away from userTypedClear, but I'm keen not to regress any of these issues, so
I'm adding automated tests to ensure that doesn't happen.
MozReview-Commit-ID: 1up2MIXzkzG
--HG--
extra : rebase_source : 4d37f13895b8c7e7aba5331664718582c6b2136c
2016-04-25 17:27:35 +01:00
Carsten "Tomcat" Book
bfa6750d68
Merge mozilla-central to fx-team
2016-04-27 13:56:49 +02:00
Sebastian Kaspari
efa3e84b16
Bug 1228680 - Replace default favicon with generated version. r=ahunt
...
MozReview-Commit-ID: L0vd0v8wOUK
--HG--
extra : rebase_source : cb780daa5287e48c3b8e0d7daeae20c2aeeb0625
2016-04-25 16:28:42 +02:00
Sebastian Kaspari
a0a151ce88
Bug 1228680 - Introduce FaviconGenerator to generate favicons based on URLs. r=ahunt
...
MozReview-Commit-ID: Aww2wxSTfD6
--HG--
extra : rebase_source : 4d9e4cdd91831d973fd870c3e7383cdd529d3d9c
2016-04-25 16:10:15 +02:00
Bob Silverberg
9e750f2383
Bug 1265716 - Don't try to emit notification events if the extension has been unloaded, r=aswan
...
MozReview-Commit-ID: GBdf7bzEFpa
--HG--
extra : transplant_source : %EF%C4%23V%0AX3%B5se%ACM%1F4%83%1B%1E%99%E0%B1
2016-04-18 14:49:38 -04:00
"Helen V. Holmes"
c1f32120ba
Bug 1262839 - instead of centering all the viewports, they align to the top now - Remove extra #root rules no longer need, r=gl
2016-04-25 09:45:00 +02:00
Jamie Nicol
ee26b16cae
Bug 1248183 - Block accelerated canvas2d on Vivante GC1000 GPUs; r=snorp
...
--HG--
extra : transplant_source : %16%0Av%C8%7F%1F%1E%F0p%D6%A0%E0p%83%C5%A0%EF%D3%16%E0
2016-04-25 14:49:29 +02:00