Norbert Lindenberg
4c42f1c4ef
Bug 769871 - Reimplement Date.toLocaleString per ECMA-402. r=jwalden
...
--HG--
extra : rebase_source : 77b0023432502bc4e110143d06c10825fb020190
2013-03-21 16:38:25 -07:00
Norbert Lindenberg
66f19f7626
Bug 769871 - Reimplement Number.toLocaleString per ECMA-402. r=jwalden
...
--HG--
extra : rebase_source : 5a1e5a57e89056d128956cd7d7f2c7ce6b3dec54
2013-03-21 14:59:48 -07:00
Norbert Lindenberg
2294e6d92f
Bug 769871 - Reimplement String.localeCompare per ECMA-402. r=jwalden
...
--HG--
extra : rebase_source : b6378bff8be8a9cf64fce43dc53ed9baf25738c5
2013-03-21 14:50:06 -07:00
Norbert Lindenberg
d50c028311
Bug 837957 - Implement ICU dependent functions of Intl.Collator, Intl.NumberFormat, Intl.DateTimeFormat (tests). r=terrence
...
--HG--
extra : rebase_source : e101ce48506960a2733b9eb5be4065ca5933fd96
2013-03-21 14:32:43 -07:00
Norbert Lindenberg
66b9d90bdf
Bug 837957 - Implement ICU dependent functions of Intl.Collator, Intl.NumberFormat, Intl.DateTimeFormat (part 8). r=jwalden
...
--HG--
extra : rebase_source : 94306c4c0d5950b5d860891d01768e51ef17c9f1
2013-03-21 14:32:42 -07:00
Jeff Walden
c2f9e7bd7e
Fix a C-style cast to a const_cast<>. Followup to bug 837957, r=sparky
...
--HG--
extra : rebase_source : f4c806060a89a424544ce5704b19ed36ef968e88
2013-03-19 16:34:37 -07:00
Kyle Huey
d5eaaf6880
Merge on a CLOSED TREE.
2013-03-21 18:23:18 -07:00
Kyle Huey
a7ee1d91d2
Backout things philor tells me to (Bug 853360, Bug 849918).
2013-03-21 18:20:42 -07:00
Ehsan Akhgari
f9049f85de
Backed out changeset 45813096b581 (bug 853554) because it breaks the build
2013-03-21 20:18:27 -04:00
David Zbarsky
5cc0fcdcdf
Bug 847007: Remove nsIContent includes r=Ms2ger
2013-03-21 20:05:20 -04:00
David Zbarsky
9a11ed834c
Bug 847007: Remove nsIDocument includes r=Ms2ger
2013-03-21 20:05:19 -04:00
Jim Blandy
8e6034500e
Bug 852773: Remove assertions that make us horribly slow when debugging JS in a DEBUG build. r=jandem
...
When running JS code under the JS debugger in a DEBUG build,
Debugger::slowPathOnEnterFrame constructs a ScriptFrameIter instance every
time we enter a function. That constructor calls (JaegerMonkey's)
ExpandAllInlineFrames, which is very expensive.
We need Debugger to work in DEBUG builds, too.
2013-03-21 17:03:34 -07:00
Margaret Leibovic
926f47d0fb
Bug 853508 - Lazy load SelectionHandler. r=bnicholson
2013-03-21 16:50:42 -07:00
Ehsan Akhgari
fd824d2c77
Bug 853554 - Make a number of SVG*List arrays fallible; r=longsonr
2013-03-21 20:00:01 -04:00
Margaret Leibovic
4cac79f377
Backed out changeset 89fa6284cb78 because of bad merge
2013-03-21 16:55:25 -07:00
Margaret Leibovic
7f729e8b12
Bug 853508 - Lazy load SelectionHandler. r=bnicholson
2013-03-21 16:50:42 -07:00
Ehsan Akhgari
1ce7621697
Bug 853562 - Fix nsTArray::SetCapacity callers in IndexedDB to not look at the return value; r=bent
2013-03-21 14:46:21 -04:00
John Schoenick
3a3f711de5
Bug 843671 - Followup, properly rev interface IID. r=me DONTBUILD
2013-03-21 16:46:44 -07:00
Paul Adenot
18a81145c2
Bug 853360 - Implement the coneGain part of the AudioPannerNode. r=roc
2013-03-21 19:25:15 +01:00
Paul Adenot
3f173fa2f9
Bug 849918 - Initial support for PannerNode's 3D positional audio (equalpower panning model). r=ehsan,roc
2013-03-21 17:45:53 +01:00
Terrence Cole
8d867f3132
Bug 841059 - Follow-up fix for broken root analysis build; r=bustage
2013-03-21 16:17:30 -07:00
Patrick Wang
fdd800eba9
Bug 846734 - adding certificate exception from certificate error page. r=fabrice
2013-03-05 10:19:00 +08:00
Daniel Holbert
7d492e6c97
Bug 854058: Fix typo in mach error message: s/occured/occurred/. r=gps DONTBUILD
2013-03-22 22:02:37 -07:00
Boris Zbarsky
76556c799b
Bug 832899 followup to add a test.
2013-03-22 23:47:58 -04:00
Boris Zbarsky
1a84a2d4dd
Bug 822281. Stop assuming XPCOM timers can't fire early (at least where IEEE doubles are concerned). r=avih
2013-03-22 23:47:58 -04:00
Boris Zbarsky
54bfe39a83
Bug 848895 part 2. Null-check the pointer to the editor that the edit rules hold. r=ehsan
2013-03-22 23:47:58 -04:00
Boris Zbarsky
fea27a567b
Bug 848895 part 1. Always hold an on-stack strong reference to mRules when calling into it. r=ehsan
2013-03-22 23:47:57 -04:00
Ethan Hugg
d558fb409b
Bug 730277 - Hold reference until data used in CreateIcon r=joe
2013-03-22 15:57:50 -07:00
Kannan Vijayan
7147c8fa6b
Bug 854034 - Handle functions without scripts in CallsiteCloneIC::update. r=nmatsakis
2013-03-22 22:35:27 -04:00
Joe Drew
1587c1c909
Bug 853337 - Make sure we actually call Flush and MarkDirty on frames when we've done some decoding work. r=seth
2013-03-22 22:05:44 -04:00
Kartikaya Gupta
1b4363a309
Bug 850318 - Avoid blocking the UI thread on the background thread when calling getClipboardText. r=wesj
2013-03-22 22:03:17 -04:00
Justin Dolske
f4212bace7
Bug 853308 - Expose master password login state via nsILoginManager. r=MattN
2013-03-22 19:03:12 -07:00
Justin Dolske
2f31f904de
Bug 854035 - PopupNotification should reset mainAction label when it's removed. r=MattN
2013-03-22 19:03:12 -07:00
Alexander Surkov
4611850e53
Bug 852804 - a11y::SelectionManager shouldn't hold a strong ref to focused element, r=tbsaunde
2013-03-23 10:59:48 +09:00
Joe Drew
3cef9747ad
Back out e1d71b13e35f (Bug 853337) for crashes on a CLOSED TREE
2013-03-22 21:13:24 -04:00
Ed Morley
74e160381c
Bug 754860 - Line continuation characters aren't overridden by commenting the line (when are we switching to tup again?)
2013-03-23 00:57:17 +00:00
Sean Stangl
9ca814fb2f
Bug 850070 - Fix Vector::initCapacity() argument name: conflicts with layout code. r=red
2013-03-22 17:53:31 -07:00
Sean Stangl
97040e175a
Bug 850070 - Fix --disable-ion and --disable-threadsafe builds. r=red
2013-03-22 17:27:08 -07:00
Sriram Ramasubramanian
edc3877cdc
Bug 850217: Corruption in opt-in animation. [r=bnicholson]
...
--HG--
extra : rebase_source : 7b83bf28a76c3308fa734d0e07ef840362f62ead
2013-03-22 16:38:11 -07:00
Ehsan Akhgari
f2d00f14f9
Bug 849230 follow-up: Fix expectException to actually check the exception code, and don't use imaginary DOMException names!
...
--HG--
extra : rebase_source : df53ddca50487bfc10676fd43e98abb949a2c298
2013-03-22 19:57:08 -04:00
Sean Stangl
d19766a0b6
Bug 850070 - Part 2/2 - Parallelize OdinMonkey compilations. r=luke
2013-03-19 15:24:22 -07:00
Sean Stangl
21dad86437
Bug 850070 - Part 1/2 - Separate sequential compilation into explicit phases. r=luke
2013-03-19 15:13:58 -07:00
Wes Johnston
0f94a94516
Bug 840593 - Create a main style file for about pages to inherit from. r=mbrubeck
2013-03-22 16:36:31 -07:00
Jonathan Griffin
27a6032c9c
Bug 853747 - Set dom.use_xbl_scopes_for_remote_xul for b2g reftests, r=bholley
2013-03-22 12:20:35 -07:00
Ed Morley
e978a8b3e3
Bug 822041 - Disable browser_profiler_run.js, browser_profiler_controller.js, browser_profiler_bug_830664_multiple_profiles.js for too many intermittent failures
2013-03-22 23:13:47 +00:00
Ed Morley
53771aecf7
Bug 754860 - Disable test_bug726904.html for too many intermittent failures
2013-03-22 23:13:46 +00:00
Wes Johnston
e254391954
Bug 419588 - Add support for a resolution media fragment. r=seth
2013-03-22 16:12:40 -07:00
Joe Drew
8f96c3d4f0
Bug 853337 - Make sure we MarkDirty on our image frames after every piece of decoding. r=seth
...
--HG--
extra : rebase_source : 097f3a7d59f7a59f5b8c1a6bcf7a0bce99235051
2013-03-22 18:47:25 -04:00
Joe Drew
63ff5957dc
Bug 853390 - Notify our listeners after creating decoders to ensure onload is correctly blocked. r=seth
...
--HG--
extra : rebase_source : f846da6a01b95e2ba389689bb97cb9242fa09a4f
2013-03-22 18:46:20 -04:00
Terrence Cole
2a7de2361a
Bug 734250 - Remove the unused {Un}LockGCThing{RT} rooting interface; r=billm
...
--HG--
extra : rebase_source : b5b1eeba5e48de7b30ec0b3d32af0d37475e0b06
2013-03-19 10:20:22 -07:00