Commit Graph

122089 Commits

Author SHA1 Message Date
Luke Wagner
56936d2740 Bug 842411 - Fire operation callback before time is up so we can test the non-aborting case (r=terrence)
--HG--
extra : rebase_source : 9f23aa8fc1be361f55b2db3943d20d510730fb7a
2013-02-19 13:17:39 -08:00
David Anderson
6eb14a7f48 Fix a bug in typed array speculation (bug 841462, r=jandem). 2013-02-19 13:23:29 -08:00
Mark Finkle
6317308989 Bug 842421 - Make GeckoAsyncTask cancellable r=kats r=bnicholson 2013-02-19 16:14:37 -05:00
Mark Finkle
08351e6873 Bug 842374 - Use GeckoAsyncTask instead of AsyncTask when removing bookmarks r=kats 2013-02-19 16:14:35 -05:00
Kartikaya Gupta
e3dae9a442 Back out b3bdec87d963 (bug 840722) for causing bug 842418. r=me 2013-02-19 16:11:03 -05:00
Mark Finkle
d07e148677 Bug 842457 - Limit columns in queries used for getCount r=bnicholson 2013-02-19 15:53:03 -05:00
Monica Chew
96ed5c9c26 Bug 829832 - Compute SHA256 hash on saving files in BackgroundFileSaver. (r=paolo,cviecco,sr=biesi) 2013-02-19 12:47:59 -08:00
Sriram Ramasubramanian
6f2bed14fb Bug 840871: TabsPanel is not needed to be shown right on startup. [r=mfinkle] 2013-02-19 12:39:05 -08:00
Sriram Ramasubramanian
813497384f Bug 840871: about:home thumbnails are drawn twice. [r=mfinkle] 2013-02-19 12:00:28 -08:00
Sriram Ramasubramanian
a35a9bce91 Bug 840868: Reset window background once loaded. [r=mfinkle] 2013-02-19 11:54:40 -08:00
Nicholas Cameron
db07d2b7cc Bug 842389 - return the right thing from ProgressiveUpdate; r=BenWa,cwiiis 2013-02-20 09:01:34 +13:00
Gavin Sharp
d8ddb05fec Bug 841359 - Always log error originating from windows with chrome principals. r=bz 2013-02-16 17:01:59 -08:00
Chris Jones
418ae42060 Bug 841993: Clean up Transports of |opens| channels. r=bent,kanru,nical a=blocking-b2g 2013-02-19 11:27:49 -08:00
Margaret Leibovic
9ffdf2c240 Bug 840825 - Clear distribution pref during testDistribution setup. r=wesj 2013-02-19 10:49:42 -08:00
Geoff Brown
934641715f Bug 837318: Update testVkbOverlap to account for tablet behavior; r=wesj 2013-02-19 12:02:15 -07:00
Seth Fowler
dcbf0831f6 Bug 704059 - Part 3: Reenable tests that were orange due to SVG loading issues. r=me 2013-02-13 18:54:47 -08:00
Seth Fowler
d7a6834226 Bug 704059 - Part 2: Let images call imgStatusTracker::OnStopRequest. r=joe 2013-02-13 18:41:10 -08:00
Seth Fowler
069e7d62ce Bug 704059 - Part 1: Decouple OnStopRequest and OnStopDecode for VectorImage. r=joe, r=dholbert 2013-02-13 18:04:08 -08:00
John Ford
721d2ac3e1 bug 839298 - fix json file creation for git users r=ted 2013-02-19 10:24:16 -08:00
Margaret Leibovic
425eedf36d Bug 840825 - Basic tests for distribution customization. r=gbrown,wesj 2013-02-19 10:15:55 -08:00
Margaret Leibovic
38ad25f030 Bug 840825 - Add blockForEventData method to EventExpecter. r=gbrown 2013-02-19 10:15:44 -08:00
Ryan VanderMeulen
9af6f0a1e3 Merge m-c to inbound. 2013-02-19 12:46:19 -05:00
Ethan Hugg
0c53a3a546 Bug 842415 - Signaling code - replace PR_Lock calls with MutexAutoLock r=jesup 2013-02-19 09:38:41 -08:00
Kartikaya Gupta
77228f863b Bug 841503 - Delete a bunch of non-OMTC android codepaths. r=BenWa,snorp 2013-02-19 12:35:38 -05:00
Lukas Blakk
6f45ecd5cc Merging in version bump NO BUG CLOSED TREE 2013-02-19 09:35:19 -08:00
Lukas Blakk
6bd63b53ae Added tag FIREFOX_AURORA_21_BASE for changeset cc37417e2c28 2013-02-19 09:30:50 -08:00
Ryan VanderMeulen
0a21e6f55c Backed out changeset eac4470ca9f2 (bug 777712) for xpcshell failures. 2013-02-19 12:28:10 -05:00
Boris Zbarsky
eebeb72be5 Bug 838691 part 5. Uncomment touch stuff on Document, since now it's controlled on a per-member basis, which is supported even for quickstubs. r=peterv 2013-02-19 11:54:41 -05:00
Boris Zbarsky
0859cd46af Bug 838691 part 4. Add tests for pref-controlled and function-controlled properties. r=peterv
I've manually verified that the generated code for this looks like it should.
2013-02-19 11:54:41 -05:00
Boris Zbarsky
bfd75418fd Bug 838691 part 3. Switch touch event handler attributes to using a function to check whether they're enabled. r=peterv 2013-02-19 11:54:41 -05:00
Boris Zbarsky
09220020af Bug 838691 part 2. Add codegen support for calling a function to determine whether a property should be exposed in a WebIDL binding. r=peterv 2013-02-19 11:54:40 -05:00
Boris Zbarsky
5cee1946fc Bug 838691 part 1. Add support in Prefable for calling a function to determine whether a property should be exposed in a WebIDL binding. r=peterv 2013-02-19 11:54:40 -05:00
Boris Zbarsky
83d171d0c3 Bug 839088 part 3. Add a way for callers of callback methods to ask for any exceptions from the callback to be rethrown on the ErrorResult. r=peterv 2013-02-19 11:54:40 -05:00
Boris Zbarsky
e66e7b9631 Bug 839088 part 2. Add way to indicate to a CallSetup that it should propagate any exceptions thrown during the call out to the ErrorResult for the call. r=peterv 2013-02-19 11:54:40 -05:00
Boris Zbarsky
25deb6d78c Bug 839088 part 1. Add a way to throw a JS::Value on an ErrorResult. r=peterv 2013-02-19 11:54:40 -05:00
Marco Bonardo
e1e9b58bec Bug 842577 - Remove from History is visible for a paused download.
r=mconley
2013-02-19 17:48:41 +01:00
Yura Zenevich
9121e273a7 Bug 777712 - Adding file descriptors leaks logging on web-workers-shutdown. r=yoric 2013-02-19 11:23:11 -05:00
Shane Caraveo
eb42ec7db5 Bug 828778 put icon in manifest so we can show provider icons in activation panel, r=gavin 2013-02-19 09:32:49 -04:00
Eddy Bruel
aa3bf568b0 Bug 568593 - Refactor ModuleBox; r=jorendorff 2013-02-19 16:43:42 +01:00
Mike Conley
e917cee383 Bug 841811 - Remove deprecated enablePrivilege from test added in bug 790475. r=ehsan. 2013-02-19 10:29:30 -05:00
Morrison Cole
d4676dcd29 Bug 842346 - Fennec doesn't build with Java 7 because of JavaAddonManager. r=kats 2013-02-19 10:25:13 -05:00
Eddy Bruel
24695b4e50 Bug 757188 - Refactor FlowGraphSummary; r=jorendorff 2013-02-19 16:05:15 +01:00
Jonathan Watt
354c267523 Bug 842463 - Prevent crash when feImage is not in a document. r=dzbarsky. 2013-02-19 14:09:06 +00:00
Paul Adenot
08cf74d3f1 Bug 835381 - Add the new symbol to the symbol list for libnestegg. 2013-02-19 14:45:41 +01:00
Masatoshi Kimura
c2c2dd64da Bug 841802 - Part 2: Use TextDecoderBase from nsContentUtils::ConvertStringFromCharset(). r=hsivonen 2013-02-19 22:30:28 +09:00
Masatoshi Kimura
1224fb0c27 Bug 841802 - Part 1: Add ErrorResult::ClearMessage(). r=bz 2013-02-19 22:30:28 +09:00
Ms2ger
59d14b3d33 Bug 839447 - Part 4: Fix a potential null dereference; r=I'm an idiot 2013-02-19 13:20:40 +01:00
Ryan VanderMeulen
d87d8b9f14 Merge m-c to inbound. 2013-02-19 05:58:41 -05:00
Ryan VanderMeulen
f566995934 Backed out changeset 0577eb1893c4 (bug 840094) for orange++ 2013-02-19 05:43:46 -05:00
Ms2ger
6207133590 Bug 839447 - Part 3: Add a missing addref; r=mounir 2013-02-19 11:38:53 +01:00