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
Rick Eyre
50aa5e5556
Bug 950049 - Rename VTTCue::TextTrackCueAlign to AlignSetting. r=rillian
2013-12-13 09:44:50 -05:00
Martin Thomson
2338dfbe00
Bug 946348 - Refactoring fingerprint handling. r=abr
2013-12-19 11:42:19 -05:00
Isura Edirisinghe
1542439ab5
Bug 676907 - Refactor (replace) calls to Gestalt because it is deprecated in OS X 10.8 and will not work in after 10.9. r=BenWa
2013-12-19 11:42:19 -05:00
Tom Schuster
19e3a5b59a
Bug 949197 - Make Array#slice on COW arrays work again. r=bz f=bholley
2013-12-19 17:39:15 +01:00
Ehsan Akhgari
adc5fb9c3d
Bug 940708 - Code changes required to build webrtc in unified mode; r=jesup
2013-12-19 11:34:42 -05:00
Nicolas Silva
1ff99ae9e0
Bug 951218 - Use RAII to unlock TextureHost. r=bjacob
2013-12-19 17:20:51 +01:00
Josh Aas
7426c28af4
Bug 951739: Remove mPluginThread from PluginModuleParent. r=bsmedberg
2013-12-19 10:15:13 -06:00
Henri Sivonen
83495bffdf
Bug 947507 - [Australis] Limit the charset detector pref to values available from the UI. r=dao,emk.
2013-12-19 18:01:50 +02:00
Hannes Verschore
4a339da06f
Bug 939614: IonMonkey: Revert hoisting of setting ION_COMPILING_SCRIPT. We can only set this when background compiling, r=jandem
2013-12-19 16:42:37 +01:00
Nicolas Silva
5a6c7540bb
Bug 948470 - Correctly set the format of DataSourceSurfaceD2DDrawTarget. r=Bas
2013-12-19 16:36:46 +01:00
Benjamin Bouvier
aab6c86de0
Bug 944398: Inline Math.fround even if its returned value hasn't ever been observed; r=bhackett
2013-12-19 16:09:42 +01:00
Benjamin Bouvier
b8918e11e2
Bug 936740: inline call to libc's ceil for Math.ceil(); r=jandem
2013-12-19 15:32:59 +01:00
James Willcox
ee3ad9642d
Bug 869368 - Fix Flash plugin positioning on Android 2.3 r=clord
...
--HG--
extra : rebase_source : a02d012302a161897fb0e34f32386b57e6e7a088
2013-12-18 11:17:59 -06:00
masaya iseki
b48162f366
Bug 944153 - Modify setJitCompiler to return undefined. r=nbp
2013-12-19 06:22:10 -08:00
Alessio Placitelli
adacc97f9f
Bug 943519 - Using moz_malloc/free/realloc instead of nsMemory::Alloc/Free/Realloc (fallible allocations); r=bsmedberg
...
* * *
Bug 943519 - Propagate allocation errors back to nsGenericDOMDataNode::SetTextInternal; r=hsivonen
* * *
Bug 943519 - Renamed bool rv variables to bool ok as suggested by reviewer; r=hsivonen
2013-12-19 09:09:00 -05:00
Alessio Placitelli
c38382e4e5
Bug 943519 - Handle errors returned from calls to Perform; r=reviewers
2013-12-19 09:09:00 -05:00
Benjamin Smedberg
17e6bce69c
Bug 943519 - If we don't have a valid nsIFormProcessor, the HTML parser should continue and should not mark the entire document as broken, r=hsivonen
2013-12-19 09:08:59 -05:00
Olli Pettay
6c03134c6b
Bug 867505 - Intermittent test_bug536567_perwindowpb.html, r=ehsan
...
--HG--
extra : rebase_source : eeda74ec9f14c82944e1d2797596f61880deeaca
2013-12-19 15:02:08 +02:00
Olli Pettay
6542b39b15
Bug 950342 - Random failures in toolkit/components/places/tests/browser/browser_visituri_privatebrowsing_perwindowpb.js, r=ehsan
...
--HG--
extra : rebase_source : c1965dc68e125f1523ee102900afa77ed57ff922
2013-12-19 14:54:58 +02:00
Olli Pettay
d8e1b72bff
Bug 950367 - random failures in test_bug462106_perwindow.xul, r=ehsan
...
--HG--
extra : rebase_source : 0917176511f1855f81ce92d1b030da6fcc7dce2f
2013-12-19 14:52:04 +02:00
Felix S. Klock II
e5cc38033a
Bug 943852: need not set resultTypeSet for get prop on known type (r=h4writer).
2013-12-19 13:55:04 +01:00
Jon Coppeard
523d6f4c24
Backout changeset 4e6b39fbd81e (bug 951722) for ggc orange
2013-12-19 12:07:40 +00:00
Carsten "Tomcat" Book
e4857a9228
Merge mozilla-central to mozilla-inbound
2013-12-19 12:36:43 +01:00
Jon Coppeard
e01c7b8ad8
Bug 951722 - Add asserts that hash table postbarriers are working for new type objects r=terrence
2013-12-19 10:46:41 +00:00
Jon Coppeard
25b9d7057c
Bug 951722 - Add asserts that hash table postbarriers are working for debug scopes r=terrence
2013-12-19 10:46:41 +00:00
Henri Sivonen
43d20acacf
Bug 945189 - Finish sjs response explicitly using XHR instead of relying on a timer. r=bzbarsky.
2013-12-19 12:38:39 +02:00