Brian Hackett
f6aef0e482
Land bug 950452. r=jandem
...
--HG--
extra : rebase_source : 43f49a241cd6553bd4160df3bc9c316c64fbc746
2013-12-19 16:55:56 -08:00
Terrence Cole
d8a56de683
Bug 952344 - Allow AutoAssertNoGC to be used safely off-thread; r=sfink
2013-12-19 16:55:19 -08:00
Matthew Gregan
70951c26f6
Bug 948269 - Split MediaDecoderStateMachine::AudioLoop out into new AudioSink class. r=cpearce
2013-12-20 13:52:06 +13:00
Ivan Jibaja
6103f039ae
Bug 946042 - Add all SIMD functions to the interpreter. r=till
2013-12-18 16:28:32 -05:00
Daniel Holbert
c8eb245f55
Bug 946273 part 3: Add reftests for box-sizing on vertical flex container and on flex items in vertical container. r=mats
...
--HG--
rename : layout/reftests/flexbox/flexbox-box-sizing-on-container-horiz-1-ref.html => layout/reftests/flexbox/flexbox-box-sizing-on-container-vert-1-ref.html
rename : layout/reftests/flexbox/flexbox-box-sizing-on-container-horiz-1.html => layout/reftests/flexbox/flexbox-box-sizing-on-container-vert-1.html
rename : layout/reftests/flexbox/flexbox-box-sizing-on-items-horiz-1-ref.html => layout/reftests/flexbox/flexbox-box-sizing-on-items-vert-1-ref.html
rename : layout/reftests/flexbox/flexbox-box-sizing-on-items-horiz-1a.html => layout/reftests/flexbox/flexbox-box-sizing-on-items-vert-1a.html
rename : layout/reftests/flexbox/flexbox-box-sizing-on-items-horiz-1a.html => layout/reftests/flexbox/flexbox-box-sizing-on-items-vert-1b.html
2013-12-19 15:37:14 -08:00
Daniel Holbert
54072e4c8a
Bug 946273 part 2: Add reftest for box-sizing on flex items with "flex-basis" set, instead of "width". r=mats
...
--HG--
rename : layout/reftests/flexbox/flexbox-box-sizing-on-items-horiz-1a.html => layout/reftests/flexbox/flexbox-box-sizing-on-items-horiz-1b.html
2013-12-19 15:37:12 -08:00
Daniel Holbert
391b406a36
Bug 946273 part 1: Add reftests for box-sizing on horizontal flex container and on flex items with "width" set in horizontal container. r=mats
2013-12-19 15:37:11 -08:00
Shu-yu Guo
be50a5e9fc
Bug 951413 - Really unsuppress inner window docs on detach from docshell. (r=smaug)
2013-12-19 15:34:26 -08:00
Byron Campen [:bwc]
0482db0bb6
Bug 942950: Avoid calling done_cb in the wrong order, or multiple times. r=ekr,abr
2013-12-12 13:58:02 -08:00
Jeff Walden
d3adf97e4c
Update debugger tests for new JSON.parse syntax error message format. Followup to bug 507998, r=yetmoreorangesigh
...
--HG--
extra : rebase_source : 9e4009922085b67d2ca7f8e92c7ec269c7446924
2013-12-19 18:26:26 -05:00
Masayuki Nakano
7a9446edee
Bug 950564 ComplexTextInputPanel should be positioned to bottom-left of the focused plugin feedback=emk, r=smichaud
2013-12-20 08:19:17 +09:00
Jeff Walden
6aacab6b24
Bug 843004 - Make detecting-ful evaluations of undefined properties in self-hosted code not warn, so that self-hosted code can use that pattern when it wants to. r=jorendorff
...
--HG--
extra : rebase_source : da9765d3ccf46758101d082b01de761c5ceed14e
2013-12-14 22:29:53 -05:00
Brian Hackett
2814aad186
Bug 950460 - Fixup test used for discarding property type information for singleton objects, r=jandem.
2013-12-19 14:59:19 -07:00
Ryan VanderMeulen
383add0e97
Backed out changesets ccdc3d4f4571, 4dcc91e771e3, 0ae14946314b, and 94d22ab0b17f (bug 937960) for Windows 7 debug xpcshell failures.
2013-12-19 16:57:55 -05:00
Brian Hackett
a95605b1f8
Bug 951979 - Reorder compilation vs. operation callback lock ordering constraints, r=jandem.
2013-12-19 14:56:03 -07:00
Jeff Walden
5514a61695
Remove an exact-error-message check from an xpcshell test -- error message string format is not a stable interface, and tests shouldn't break when message strings change from time to time. Followup to bug 507998, r=orange
...
--HG--
extra : rebase_source : b30fe2c6dc49c3278e1177bee7e55b6ee833dac6
2013-12-19 16:29:10 -05:00
Ehsan Akhgari
a1b2d15722
Bug 949704 - Turn off the useless warning about swapping after the build finishes until we have better reasons to display it; r=gps
...
--HG--
extra : rebase_source : e056be92cba60b970db1b6887a18bff018ef68a0
2013-12-19 15:59:10 -05:00
Ehsan Akhgari
8f88bd4462
Bug 951587 - Only specify that CTypes.cpp won't be part of a PGO build in configurations that actually build it; r=gps
...
--HG--
extra : rebase_source : 6d6af5c97768092343603140a969271d770a35d2
2013-12-19 15:57:57 -05:00
Anthony Jones
68093fc158
Bug 952116 - Add mutex around APZC::CancelAnimation; r=kats
2013-12-20 09:58:24 +13:00
Nicholas Hurley
8963c3dc7a
Bug 950888 - Check for null DNS results before using them. r=mcmanus
2013-12-19 12:54:47 -08:00
Rob Wood
1e8dc055f7
Bug 925688 - Marionette unit test intermittent failure, temporarily disable the test; r=mdas
2013-12-18 19:10:22 -05:00
Jeff Walden
ae8b387a9e
MSVC bustage fix (apparently it doesn't like "\u0000" in C++, while clang is somehow perfectly happy to accept it, bizarro). Followup to bug 507998, r=bustage
2013-12-19 15:35:18 -05:00
Randall Barker
155a01ed55
Bug 895358 - Part 2, Enable progressive tile rendering in B2G; r=BenWa,kats,Cwiiis
2013-12-19 12:19:25 -08:00
Randall Barker
6dee184d40
Bug 895358 - Part 1, Adding POSIX cross process mutex to support progressive tile rendering in B2G; r=khuey
2013-12-19 12:19:25 -08:00
Jonathan Kew
89efbb065c
bug 950590 - part 2 - make SetUserFontSet support updating a gfxFontGroup's user font set on the fly, and use this in canvas rendering context. r=roc
2013-12-19 20:21:11 +00:00
Jonathan Kew
80258a1f9d
bug 950590 - part 1 - use nsRefPtr instead of manual addref/release calls for gfxFontGroup's reference to the user font set. r=roc
2013-12-19 20:20:57 +00:00
masaya iseki
71fe5c88c4
Bug 507998 - Add line/column information to the errors reported by JSON.parse, pointing out exactly where in the input string the first bad character was found. r=njn, r=Waldo, rs=jorendorff on the delta (particularly the Unicode escape bits) from the originally-posted patch
2013-12-19 14:40:58 -05:00
Jeff Walden
59fac783ea
Inherit RangedPtr's operator= in all of SpiderMonkey's *CharsZ classes, so that assignment of the correct raw pointer to each will compile. No bug, r=terrence over IRC
2013-12-19 13:56:24 -05:00
Brian Hackett
8cb19f9255
Bug 950513 - Remove JS_WORKER_THREADS typedef, r=luke.
2013-12-19 11:56:27 -08:00
Mike Connor
492d86ace8
bug 950204 - Bing search suggestions on desktop do not include locale, r=gavin
2013-12-19 14:51:09 -05:00
Mike Connor
3fbe9f910a
bug 950201 - add search suggestions to Bing search plugin, r=margaret
...
--HG--
extra : rebase_source : fe6773da0acb36f0015102d4240c14cbe5b45960
2013-12-19 14:45:56 -05:00
Alexander Surkov
77511871c7
Bug 880159, part3 - clean up CharAt stuff, r=tbsaunde
2013-12-19 14:28:51 -05:00
Mike Hommey
59fcc3df3d
Bug 944551 - Handle unicode in mozbuild.util.shell_quote. r=gps
2013-11-30 18:46:13 +09:00
Nicolas Silva
0e614fd67a
Bug 951858 - Support DrawTarget::CopySurface with A8 D2D textures. r=Bas
2013-12-19 19:44:20 +01:00
Terrence Cole
6eb72965c0
Bug 942547 - Report all unhandlable OOMs for the fuzzers; r=jonco
...
--HG--
extra : rebase_source : 9112da0c7b3eee56cbe3370c482ed7b3d17c823c
2013-12-19 09:11:02 -08:00
Gregory Szorc
ef23c091bf
Bug 949875 - Delay import some WebIDL modules; r=glandium
...
This prevents excessive dependencies on config.status. Those extra
dependencies make WebIDL developer workflow inefficient.
--HG--
extra : rebase_source : d656410da544d4d29eb926293d8be355cd3736db
2013-12-13 15:12:29 +09:00
Gregory Szorc
f01fffba21
Bug 951736 - Adjust sys.path while native commands are executed; r=ted
...
The previous behavior only adjusted sys.path during module import. This
caused problems when there were delayed imports.
--HG--
extra : rebase_source : ca331f6da5f4e69ae74e8e831a41b12405fdd7fc
extra : amend_source : e0bd180a6fe5b5f64b2b8860f85887a9fd5b848e
2013-12-18 09:45:56 -08:00
Brian Hackett
edafd1dd5b
Bug 938124 - Add thread safety class instances to get IonBuilder passing the thread safety dynamic analysis, r=jandem.
2013-12-19 10:01:25 -08:00
Nils Ohlmeier [:drno]
85defb39cc
Bug 951314 - Only set WebRTC debug variables if not present. r=ted
2013-12-19 11:42:19 -05:00
Ryan VanderMeulen
55b39e4c18
Backed out changeset cffe18264682 (bug 946348) for Windows bustage.
2013-12-19 12:37:46 -05:00
Nicolas B. Pierron
1dc21b954b
Bug 946843 - XDR the column of JSScript. r=luke
2013-12-19 09:20:35 -08:00
Nicolas B. Pierron
020ed9e5d0
Bug 920322 - Save the displayAtom instead of only saving the qualified name. r=bhackett
2013-12-19 09:20:35 -08:00
Nicolas B. Pierron
f4ca17e12c
Bug 920322 - Add treatAsRunOnce to XDRScript. r=bhackett
2013-12-19 09:20:35 -08:00
Nicolas B. Pierron
49c372a95f
Bug 920322 - Provide better XDR interface for coding constants. r=luke
2013-12-19 09:20:35 -08:00
Nicolas B. Pierron
63b76e46c1
Bug 920322 - Support encoding/decoding singletons. r=luke
2013-12-19 09:20:35 -08:00
Nicolas B. Pierron
a8b3fdf7d0
Bug 920322 - Enable XDR of CompileAndGo scripts. r=luke
2013-12-19 09:20:35 -08:00
Ehsan Akhgari
fedbdf04d7
Bug 950856 - Fail the build if you attempt to use NS_StackWalk on Windows where it won't work; r=froydnj,BenWa
2013-12-18 15:03:11 -05:00
Ryan VanderMeulen
9acaa6fc43
Backed out changeset 08009e8417e9 (bug 951314) for Windows bustage.
2013-12-19 11:58:24 -05:00
Nils Ohlmeier [:drno]
7f179b7c9f
Bug 951314 - Only set WebRTC debug variables if not present. r=ted
2013-12-19 11:42:19 -05:00
Martin Thomson
7a03b5462d
Bug 950957 - Use ${COMP_WORDS[0]} for completion in mach. r=gps
2013-12-19 11:42:19 -05:00