Benoit Girard
d8168f5e54
Bug 734691 - Port multi-thread support to win/mac. r=snorp,smaug
...
--HG--
extra : rebase_source : ce0d9f94d2b4deb249e09198f9315f69ad6ee7d4
2013-04-03 18:59:17 -04:00
James Willcox
07acfb74dc
Bug 734691 - Add multi-thread support to profiler r=benwa
...
--HG--
extra : rebase_source : 04021da9d3d871f51f931b6e6f57a0bbbbaa6393
2013-03-29 15:34:49 -04:00
Daniel Holbert
6623769c9c
Bug 858332: Make flex items pseudo-stacking contexts, per recent spec change. r=mats
2013-04-18 09:51:18 -07:00
Jim Chen
f3ea57250b
Bug 859452 - Send characters as keys when using HTC Touch Input. r=cpeterson
2013-04-18 12:39:09 -04:00
Jan-Ivar Bruaroey
25926ae20a
Bug 857765 - Add try/catch to content-script window.onerror call. r=abr
2013-04-17 19:03:39 -04:00
Andre Reinald
6bb1ab0db7
Bug 802776 - Update deprecated calls in NSOpenPanel and NSSavePanel and transform default directory paths strings to URIs so they work as expected. r=josh
2013-04-18 12:39:09 -04:00
Luke Wagner
c7bbea87f2
Bug 863045 - OdinMonkey: fix duplicate-evaluation in double-to-int coercion (r=sstangl)
...
--HG--
extra : rebase_source : b6c832b6a2a5a1f25c137ca7e276316b85ff3650
2013-04-17 17:34:29 -07:00
Luke Wagner
94430291c3
Bug 858749 - OdinMonkey: fix join after break when block is empty (r=sstangl)
...
--HG--
extra : rebase_source : fef8266e5e5903443933bd84b149b904da3d3dee
2013-04-17 17:33:54 -07:00
Kannan Vijayan
0f5850099b
Bug 862501 - Make baseline pass more accurate stack-pointer refeference for pushed SPS profiler frames. r=jandem
2013-04-18 12:20:45 -04:00
Bobby Holley
9630812ba7
Bug 860438 - Add assertion back in. r=gabor
2013-04-18 11:36:05 -04:00
Bobby Holley
334259c166
Bug 860438 - Use nsCxPusher in JSD. r=gabor
2013-04-18 11:36:05 -04:00
Bobby Holley
67add87676
Bug 860438 - Remove custom AutoPusher in ipc XPCShellEnvironment. r=gabor
...
Some of this existing code is little wacky in that it calls Environment(mCx)
in a non-static method, which I would think would be equivalent to |this|.
But I don't know this code well enough to be sure of that, so I'm just going
to do the careful thing.
2013-04-18 11:36:05 -04:00
Bobby Holley
f7383de1b3
Bug 860438 - Remove plugin-specific cx pusher. r=bsmedberg
...
The old code does two little bits of special sauce that are worth mentioning:
1 - It calls OnWrapper{Created,Destroyed} to maintain the lifetime of the
addref'd context stack pointer. But that whole thing is gone now.
2 - It calls ScriptEvaluated to potentially invoke termination functions in
certain cases. nsCxPusher does this too, but with slightly different logic.
In particular, nsCxPusher checks whether the given JSContext was already
on the stack, whereas AutoCXPusher checked whether there was another cx on
the stack above this one. As far as I can tell from my investigations of
this stuff, this is all total voodoo, and I think it should probably be fine
to just use an nsCxPusher here.
Also, termination functions are going away soon in bug 841312.
2013-04-18 11:36:04 -04:00
Bobby Holley
47c4da9c33
Bug 860438 - Convert workers to SafeAutoJSContext. r=gabor
...
The only functional difference here is that AutoSafeJSContext entered a request.
Really, we should always enter a request and a compartment at the same time. But
for now we just preserve the old behavior with a JSAutoRequest.
2013-04-18 11:36:04 -04:00
Bobby Holley
344cf83bcf
Bug 860438 - Simplify JSContext handling {Cancel,Suspend,Resume}WorkersForWindow. r=gabor
...
The only functional difference here is the removal of a bug in which we were
constructing a dom::workers::AutoSafeJSContext around aCx, but then continuing
to pass aCx to the callee. If aCx were to be null, we'd end up with a mismatch
between the stack and the active cx. But it looks likes stuff depends on cx
being non-null anyway, so that probably never happened.
2013-04-18 11:36:04 -04:00
Bobby Holley
c5649547bd
Bug 860438 - Remove context stack craziness from nsWindowWatcher. r=gabor
...
This patch should not change any behavior.
2013-04-18 11:36:04 -04:00
Bobby Holley
629d0d4121
Bug 860438 - Straightforward cases. r=gabor
2013-04-18 11:36:03 -04:00
Jonathan Kew
5793b86211
bug 861270 - prefer to use precise scale factor from GetDefaultScale() rather than approximate factor based on appUnits per devpix. r=roc
2013-04-18 16:35:49 +01:00
Jonathan Kew
b96619d149
bug 857089 - add a device-pixel zoom level to image viewer. r=bz
2013-04-18 16:27:37 +01:00
Joe Drew
98b255627a
Bug 860149 - Mark ourselves as doing synchronous decoding when writing directly to decoders in AddSourceData. r=seth
...
--HG--
extra : rebase_source : 1d48d2ba8bc880bb9a52fd1f9f6a95849f12992a
2013-04-17 20:05:49 -04:00
Joe Drew
b32d1b4d0b
Bug 857367 - Remove DecodePool::mShuttingDown, which is unnecessary. r=seth
...
--HG--
extra : rebase_source : a323f90de5d1616f50a6d9aa717c7b423f230c92
2013-04-17 20:05:19 -04:00
Yiming Yang
cca8ce520a
Bug 850819 - Send touch/mouse/click events in action chains, r=mdas
2013-04-10 16:55:43 -07:00
Mike Hommey
552ae4e2cd
Fixup for bug 859705 - Add missing return. r=me. DONTBUILD
2013-04-18 16:50:13 +02:00
Marco Bonardo
a99b8f38a2
Bug 825739 - Add logging for intermittent browser_bookmark_titles.js failure
2013-04-18 16:48:37 +02:00
Ryan VanderMeulen
3707b146a1
Backed out 4 changesets (bug 834835) for making bug 786539 nearly perma-orange.
2013-04-18 10:32:26 -04:00
Ben Kelly
3997d14f51
Bug 847279 - Update the android.json test exclusions to make new relativesrcdir paths. r=mbrubeck
2013-04-18 10:32:25 -04:00
Ben Kelly
28135bf977
Bug 847279 - Fix hardcoded path names in mochitests to match relativesrcdir. r=mbrubeck
2013-04-18 10:32:25 -04:00
L. David Baron
257471358c
Bug 847279 - Fix incorrect relativesrcdir in other mochitest makefiles. r=mbrubeck
2013-04-18 10:32:25 -04:00
SimonJ
7a7fbac16a
bug 602814 - fix parsing of connection http response header r=mcmanus
...
--HG--
extra : rebase_source : 638e5d46b709e896e48bd4e9371876858e33980d
2013-04-18 09:00:00 -04:00
Jacek Caban
c2c1418642
Bug 863221 - Crash in nsBaseWidget::NotifyUIStateChanged when GetPresShell returns NULL. r=roc
2013-04-18 15:24:30 +02:00
Hannes Verschore
5e5ae073d9
Bug 862777: Hook Odinmonkey up to the spewlogger, r=luke
2013-04-18 15:15:21 +02:00
Ryan VanderMeulen
7975ea6c19
Backed out changeset a945d76d4e4e (bug 860827) for Windows bustage on a CLOSED TREE.
2013-04-18 09:09:00 -04:00
Vasil Dimov
b2011b7017
Bug 860827 - Add unit tests for ReadSysFile(). r=dhylands, r=BenWa
2013-04-18 08:20:01 -04:00
Masatoshi Kimura
2ede6b7822
Bug 863025 - Fix nsUniversalDetector overlooking the UTF-16 BOM. r=smontagu
2013-04-18 21:19:10 +09:00
Ryan VanderMeulen
5f40d14478
Backed out 3 changesets (bug 734691, bug 862500) for leaks.
...
Backed out changeset 4444510d672f (bug 862500)
Backed out changeset 5c321bc4dc63 (bug 734691)
Backed out changeset e045934f78be (bug 734691)
2013-04-18 08:15:09 -04:00
Ryan VanderMeulen
4cfe23799f
Merge m-c to inbound.
2013-04-18 08:08:12 -04:00
Andrea Marchesini
a604ddad5a
Bug 855412 - Change the signature of NS_NewSVGRect to not use the outparam. r=Ms2ger
2013-04-18 07:40:09 -04:00
Victor Porof
88ca100c99
Bug 862198 - Intermittent browser_net_json-long.js | Test timed out, found a tab, r=rcampbell
2013-04-18 09:35:27 +03:00
Victor Porof
b819ec95df
Bug 861487 - Sizes are displayed with non-localized decimal separator, r=rcampbell
2013-04-18 09:35:27 +03:00
Victor Porof
723d0f8e44
Bug 859308 - Hide Blocked in Timings tab until we know what that's doing, r=rcampbell
2013-04-18 09:35:27 +03:00
Victor Porof
0551ebb9c8
Bug 861783 - Removing watch expression of large object not possible via mouse, r=past
2013-04-18 09:35:26 +03:00
Victor Porof
ca9d6e4dad
Bug 862435 - Tilt doesn't open if the Inspector was opened beforehand, r=dtownsend
2013-04-18 09:35:26 +03:00
Andres Hernandez
226d5ebacb
Bug 854288 - Remove PlaceUtils.restoreBookmarksFromJSONFile in PlacesUtils.jsm. r=mak
2013-04-17 17:47:28 +08:00
Cykesiopka
8ec24b7b06
Bug 530352 - Remove last nsIFileSpec comment. r=vlad
2013-04-18 07:40:09 -04:00
Sudheera Palihakkara
e0263217d5
Bug 327598 - Set the return value of RemoveElementAt to void instead of bool. r=Neil
2013-04-18 07:40:09 -04:00
Benoit Jacob
e2cc1e02f3
Bug 862520 - Disable quickCheckAPI-B2.html on Windows XP. r=jgilbert
2013-04-18 07:40:08 -04:00
Jonathan Griffin
cb65ed9336
Bug 863185 - Define variable in order to use it, r=dburns
2013-04-18 03:04:13 -07:00
Mike Hommey
bca59a217c
Disable on-demand decompression (bug 848764)
2013-04-18 11:13:10 +02:00
Mike Hommey
1717842c93
Bug 848764 - Enable on-demand decompression. r=blassey
2013-04-18 09:15:13 +02:00
Mike Hommey
d30c601192
Bug 859705 - Un-szip libraries before pushing them on the device for xpcshell tests. r=ted
2013-04-18 09:14:38 +02:00