Граф коммитов

299591 Коммитов

Автор SHA1 Сообщение Дата
Ethan Hugg 8b39436934 Bug 842415 - Signaling code - replace PR_Lock calls with MutexAutoLock r=jesup 2013-02-19 09:38:41 -08:00
Kartikaya Gupta df4a6ddf5d Bug 841503 - Delete a bunch of non-OMTC android codepaths. r=BenWa,snorp 2013-02-19 12:35:38 -05:00
Ryan VanderMeulen 28982fff89 Backed out changeset eac4470ca9f2 (bug 777712) for xpcshell failures. 2013-02-19 12:28:10 -05:00
Boris Zbarsky fca783ab1c 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 7449417e9a 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 e55647f4f1 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 75ae65a1d1 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 e6e9097009 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 0ae0788482 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 624e0560d5 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 ea45d30665 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 0600758646 Bug 842577 - Remove from History is visible for a paused download.
r=mconley
2013-02-19 17:48:41 +01:00
Yura Zenevich 5c059e83f7 Bug 777712 - Adding file descriptors leaks logging on web-workers-shutdown. r=yoric 2013-02-19 11:23:11 -05:00
Shane Caraveo de88f201aa 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 91f2effc81 Bug 568593 - Refactor ModuleBox; r=jorendorff 2013-02-19 16:43:42 +01:00
Mike Conley ff4ef584a4 Bug 841811 - Remove deprecated enablePrivilege from test added in bug 790475. r=ehsan. 2013-02-19 10:29:30 -05:00
Morrison Cole 8a9629eede Bug 842346 - Fennec doesn't build with Java 7 because of JavaAddonManager. r=kats 2013-02-19 10:25:13 -05:00
Eddy Bruel f082919185 Bug 757188 - Refactor FlowGraphSummary; r=jorendorff 2013-02-19 16:05:15 +01:00
Jonathan Watt 054836f817 Bug 842463 - Prevent crash when feImage is not in a document. r=dzbarsky. 2013-02-19 14:09:06 +00:00
Paul Adenot 2386db5500 Bug 835381 - Add the new symbol to the symbol list for libnestegg. 2013-02-19 14:45:41 +01:00
Masatoshi Kimura 4746ea471d Bug 841802 - Part 2: Use TextDecoderBase from nsContentUtils::ConvertStringFromCharset(). r=hsivonen 2013-02-19 22:30:28 +09:00
Masatoshi Kimura 2ffa472ad4 Bug 841802 - Part 1: Add ErrorResult::ClearMessage(). r=bz 2013-02-19 22:30:28 +09:00
Paul Adenot 685963d17c Bug 835381 - Unit tests for the MediaSniffer to make sure Matroska files are not sniffed as WebM. r=kinetik 2013-02-13 19:04:00 +01:00
Paul Adenot dfd0be7d58 Bug 835381 - Use the new libnestegg API to sniff for WebM. r=kinetik 2013-02-12 22:15:55 +01:00
Paul Adenot 00d00ea69b Bug 835381 - Update libnestegg to 38c83d9d4c0c5c84373aa285bd30094a12d6b6f6. r=kinetik 2013-02-19 14:12:19 +01:00
Jonathan Watt 7b2e2416d3 Bug 842128 - Don't call nsLayoutUtils::GetFontMetricsForFrame in nsProgressFrame::ComputeAutoSize. r=dbaron. 2013-02-19 12:48:46 +00:00
Ms2ger 22fc7b9770 Bug 839447 - Part 4: Fix a potential null dereference; r=I'm an idiot 2013-02-19 13:20:40 +01:00
Ryan VanderMeulen 8ca6dc7815 Merge m-c to inbound. 2013-02-19 05:58:41 -05:00
Ryan VanderMeulen b83ca8c152 Backed out changeset 0577eb1893c4 (bug 840094) for orange++ 2013-02-19 05:43:46 -05:00
Ms2ger b3c7d2d91e Bug 839447 - Part 3: Add a missing addref; r=mounir 2013-02-19 11:38:53 +01:00
Hannes Verschore 0ea4bcce63 Bug 836274: Disable funapply inlining when typeset of callee is tighter than caller, r=nbp 2013-02-19 11:33:42 +01:00
Mike Hommey 91ddd49c86 Bug 840094 - Change how nsZipArchive logging works. r=taras,r=gps
Now log in a single file given by the MOZ_JAR_LOG_FILE environment variable.
Log entries contain the URI of the Zip archive, followed by the path in the
archive.
2013-02-19 11:02:12 +01:00
Ryan VanderMeulen d61fa1ce46 Merge m-c to inbound. 2013-02-19 04:47:00 -05:00
Tim Taubert b86a0e882e merge m-c to fx-team 2013-02-19 10:39:49 +01:00
Gregory Szorc fe449e3cdc Merge the last PGO-green inbound changeset to mozilla-central 2013-02-18 21:18:15 -08:00
David Zbarsky dcb508719c Bug 833446: Remove nsIDOMSVGMarkerElement r=peterv 2013-02-18 17:48:54 -05:00
David Zbarsky b20e5c9d55 Bug 833446: Remove nsIDOMSVGImageElement r=peterv 2013-02-18 17:48:54 -05:00
David Zbarsky 5887985676 Bug 833446: Remove nsIDOMSVGMaskElement r=peterv 2013-02-18 17:48:54 -05:00
David Zbarsky f4ab3aeb02 Bug 833446: Remove nsIDOMSVGAElement r=peterv 2013-02-18 17:48:53 -05:00
David Zbarsky 8ee2b253b4 Bug 833446: Remove nsIDOMSVGTitleElement r=peterv 2013-02-18 17:48:53 -05:00
Anton Kovalyov 3234f9a902 Bug 841954 - Make sure onOpen callback fires in all cases, r=past 2013-02-18 11:29:20 -08:00
Tim Taubert 6b503d8a6e Bug 795939 - Cancel FX_PAGE_LOAD_MS when the request is aborted; r=felipe 2013-02-18 19:23:50 +01:00
Tim Taubert 66f7ab09c7 Bug 829568 - part 3 - restore the initial session in case the user opens a non-private window; r=felipe 2013-02-18 18:57:48 +01:00
Olli Pettay 086231e1f3 Bug 842132 - Crash with contentEditable, selection.deleteFromDocument with overlapping selection ranges, r=tbsaunde 2013-02-18 18:32:32 +02:00
Ryan VanderMeulen 110b93a86b Backed out changeset 645cb4fbf390 (bug 842132) for build bustage. 2013-02-18 11:12:16 -05:00
Olli Pettay 1c590f24a4 Bug 842132 - Crash with contentEditable, selection.deleteFromDocument with overlapping selection ranges, r=tbsaunde 2013-02-18 17:33:49 +02:00
L. David Baron 4026271a28 Backed out changesets b093ba2c7ff9 and 0acbd06d48a9 (Bug 836655) for failing unit test. 2013-02-18 01:15:24 -08:00
L. David Baron d920040e7b Bug 836655: Fix bustage ("comparison between signed and unsigned integer expressions", warnings-as-errors) by using Contains rather than IndexOf. 2013-02-18 00:54:39 -08:00
Eric Chou ddbd22766e Bug 842214 - Replace JS_NewStringCopyN with JS_NewUCStringCopyN, or non-ascii chars would be shown incorrectly, r=gyeh 2013-02-18 16:02:23 +08:00
Hector Zhao 5350164a4e Bug 842228 - Set shell to open in AddDisabledDDEHandlerValues. r=bbondy 2013-02-18 15:53:06 +08:00