Commit Graph

472575 Commits

Author SHA1 Message Date
Tooru Fujisawa
fe62fd9efa Bug 1265187 - Re-enable bug 1263857 testcase. r=h4writer 2016-04-27 14:57:45 +09:00
Tooru Fujisawa
e51fb2f18b Bug 1267565 - Re-enable JIT inlining for std_Array. r=efaust 2016-04-27 14:57:44 +09:00
Randell Jesup
58f2a121ce Bug 1267691: Assert on failed attempts to shutdown a thread from itself r=froyd
MozReview-Commit-ID: ByEEd83SVsf
2016-04-27 01:49:48 -04: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
Jocelyn Liu
be57980c08 Bug 911477 - Implement DOM4 methods: prepend(), append(), before(), after() and replaceWith(). r=bz
MozReview-Commit-ID: A6SklLqXZtv

--HG--
extra : rebase_source : 87b99d99881347e4fe89dbc203a536bd99c7cb29
2016-04-12 10:48:14 +08:00
Dan Gohman
592be23acb Bug 1265892 - Change Vector to use Impl::new_ consistently. r=Waldo 2016-04-26 16:26:17 -07:00
Aaron Raimist
ae1acee3f0 Bug 1188539 - Remove the deprecated TouchList::identifiedTouch method; r=jst
MozReview-Commit-ID: Gvsky55K19X

--HG--
extra : rebase_source : 24e3fcd07d95f5dd5c9e4963c2d4f7f25f0b5aa4
extra : amend_source : d827583c99917113662368d51e1204c07987099e
2015-08-12 20:57:58 -05:00
Nils Ohlmeier [:drno]
49438ee761 Bug 1251821: increase UDP socket send buffer on Win 7 r=jdm,jesup
MozReview-Commit-ID: ETkx1Z56bI8

--HG--
extra : rebase_source : c3221aa336beb5fcf450754537a5cd1856357494
2016-04-08 16:51:21 -07:00
Wes Kocher
2c752b3679 Merge m-c to inbound, a=merge
MozReview-Commit-ID: 5tBsZXSVTf7
2016-04-26 14:27:46 -07:00
Wes Kocher
f20e8d0047 Merge inbound to central, a=merge
MozReview-Commit-ID: JIAGB82GtAS
2016-04-26 14:19:01 -07:00
Alexandre Poirot
c0ae627a40 Bug 1263935 - Use AddonPathService.mapURIToAddonId instead of AddonManager.mapURIToAddonID. r=ejpbruel 2016-04-26 07:11:15 -07:00
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
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
Michael Ratcliffe
98177632d6 Bug 1226548 - Event listeners tooltip breaks the syntax in popup if there's a comment before event handler in JS code. r=ochameau
--HG--
rename : devtools/client/inspector/markup/test/browser_markup_events.js => devtools/client/inspector/markup/test/browser_markup_events1.js
rename : devtools/client/inspector/markup/test/doc_markup_events.html => devtools/client/inspector/markup/test/doc_markup_events1.html
2016-04-26 13:37:47 +01:00
Carsten "Tomcat" Book
4b698b9d7c Backed out changeset ee2fff382352 (bug 1244268) for bustage 2016-04-26 14:59:13 +02:00
Carsten "Tomcat" Book
fac9466993 Backed out changeset 0587870803e7 (bug 1244265) 2016-04-26 14:59:00 +02:00
Phil
fcde8e479b Bug 1260912 Instead of generating background image in JS in drawGraphElementBackground, use CSS styling; r=pbro 2016-04-25 09:43:00 +02:00
Kartikaya Gupta
6afa98a3ea Bug 1248078 - Remove the dedicated scroll acknowledgement message. r=botond
MozReview-Commit-ID: L6MuRX4oT3y
2016-04-18 12:31:54 -04:00
Mats Palmgren
cbec7476c1 Bug 623432 part 3 - Check nsFrameSelection::GetDragState() earlier to optimize away some more expensive calls. r=tn 2016-04-26 14:43:55 +02:00
Mats Palmgren
c491890f51 Bug 623432 part 2 - Ignore scrollbars while drag-selecting content. r=tn 2016-04-26 14:43:55 +02:00
Mats Palmgren
36610cc2fe Bug 623432 part 1 - When the target scroll point is at the screen edge and no scrolling occured, then try to scroll 10px in that direction anyway. r=tn 2016-04-26 14:43:55 +02:00
Mason Chang
d9030afc50 Bug 1267253 - Delete gfxWindowsPlatform::RenderMode and replace it with a check against the default backend. r=bas 2016-04-21 14:35:13 -07:00
Paul Adenot
28c7de82e0 Bug 1243857 - Use a fake track in devtools web audio tests. irc-r=jesup
MozReview-Commit-ID: HrPTyPwtuLD
2016-04-26 14:19:23 +02:00
James Cheng
e1579bc54f Bug 1267139 - Put setting pref(browser.eme.ui.enabled together. r=cpearce
MozReview-Commit-ID: LVCAFr2Mpy5

--HG--
extra : transplant_source : %D2w%86%F4%40%C9oc%C8sw%90o%C8L%D8%83QuP
2016-04-25 16:03:52 +08:00
Andreas Farre
be7e35d725 Bug 1267135 - Include nsTextNode.h in nsGenericDOMDataNode.cpp. r=ehsan
MozReview-Commit-ID: Hclg8MCEUhv

--HG--
extra : transplant_source : %15%B85%3E%2CpE%3E%1FkZy%99%19%0103%E2%D4P
2016-04-25 09:15:55 +02:00
Julian Hector
1942e09c83 Bug 1266298 - Add sys_fchmod to seccomp whitelist r=jld
MozReview-Commit-ID: 4kFgfxhCMFl

--HG--
extra : transplant_source : h%D1%90%ACfP%DC%5C%CB%CC%84%CE%B7%40%17%14%B1%10%FC%AA
2016-04-21 15:59:53 +02:00