Commit Graph

116998 Commits

Author SHA1 Message Date
Boris Zbarsky
dd3e25ab6a Bug 824824. Add support for passing multiple touches as arguments to createTouchList. r=mbrubeck,peterv 2012-12-31 10:37:22 -08:00
Boris Zbarsky
f6b7a3c5fb Bug 824917. Add hasInstanceInterface to the DOM element classes we've converted that people use instanceof with. r=peterv 2012-12-31 10:37:22 -08:00
Joel Maher
808e6a48c8 Bug 818095 - Intermittent testHistoryTab | history list has 3 children - got 0, expected 3. r=gbrown. 2012-12-31 13:27:21 -05:00
Mike Conley
0780ccfe6b Bug 819283 - Downloads panel footer overlaps panel border on pinstripe. r=Mano. 2012-12-31 13:21:50 -05:00
Gregory Szorc
bfa63f09d4 Bug 822103 - Support 'LinuxMint' distro in mozboot; r=edmorley
DONTBUILD (NPOTB)
2012-12-31 10:12:15 -08:00
Josh Matthews
7cd6678734 Bug 822035 - Extend timeout period for browser_privatebrowsing_DownloadLastDirWithCPS.js 2012-12-31 13:06:29 -05:00
Adam Roach [:abr]
e1679c7d8f Bug 821071: Initialize all out parameters in VcmSIPCCBinding.cpp, r=ekr 2012-12-31 11:43:22 -06:00
Randell Jesup
873565fa76 Bug 825514: Add safety check to PeerConnectionCtx shutdown r=ekr 2012-12-31 12:34:44 -05:00
Jim Mathies
c88034f894 Bug 819888 - Check the result of nsBaseWidget::GetActiveRollupListener. r=enndeakin 2012-12-31 11:27:04 -06:00
Adam Roach [:abr]
f6e86aeb0f Bug 824956: Activate media type when set to receive media by constraint r=jesup 2012-12-28 16:40:51 -06:00
EKR
ff97d84f02 Bug 825336: Add constraint to suppress data channel r=jesup 2012-12-28 12:09:58 -08:00
Ehsan Akhgari
98159c2866 Bug 815352 - Part 3 follow-up: use about:downloads 2012-12-31 12:19:36 -05:00
Ehsan Akhgari
57fa6f9d22 Bug 815352 - Part 3: Open the Downloads view in a new tab for private windows; r=dao,mconley
--HG--
extra : rebase_source : 825df2860a711d2171fcd5243a8f81d14ec5807e
2012-12-31 12:17:36 -05:00
Josh Matthews
2eb2dbcf99 Bug 822284 - Attempt to fix some intermittent oranges by delaying finishing the test for a bit. 2012-12-31 12:06:27 -05:00
Mike Conley
a6f779cde2 Bug 746783 - Show "Open Containing Folder" option in Downloads context menu when download is complete. r=Mano. 2012-12-31 11:49:55 -05:00
Andres Hernandez
a95b2346b2 Bug 822093 - Make browser_819510_perwindowpb.js wait for the sessionstore data to update before performing tests on it. r=jdm 2012-12-28 16:22:52 -06:00
Josh Matthews
72b2dfd106 Bug 823789 - Pass enableHighAccuracy geolocation changes to the chrome process. r=dougt 2012-12-31 11:36:46 -05:00
Kyle Huey
1d8b58e4a7 Bug 818932: Remove superfluous (and annoying) security check in nsImageLoadingContent::Notify. r=jdm 2012-12-31 07:49:41 -08:00
Kyle Huey
f41992725d Bug 824723: Don't fire error events if the worker is shutting down. r=bent 2012-12-31 07:48:57 -08:00
Julien Wajsberg
f13d308bc8 Bug 825237: Don't save etag if package doesn't pass error checks. r=sicking a=basecamp-blocker 2012-12-31 00:32:14 -08:00
Mark Banner
bf10a235ab Bug 824695: Fix Etag handling when downloading app packages by making us bail if the app package is lacking an etag, rather than go into an inconsistent state. r=sicking a=basecamp-blocker 2012-12-31 00:29:31 -08:00
Alexander Surkov
54728147d0 Bug 459357 - Support accessible name computation for SVG, r=tbsaunde 2012-12-31 17:04:08 +09:00
Oleg Romashin
f833af3b00 Bug 825002 - We should not start compositor thread if it is already started. r=nsilva 2012-12-30 18:07:11 -08:00
Masayuki Nakano
ce4bc9854b Bug 825167 Use nsDependentSubstring instead of nsDependentString for nsTextStore::InsertTextAtSelection() since the string can be empty r=jimm 2012-12-31 09:33:49 +09:00
Masayuki Nakano
6364dea57c Bug 672193 Support some actions of WM_APPCOMMAND such as New, Open, Close, Save, Find, Help, SendMail, ReplyToMail and ForwardMail r=gavin+jimm 2012-12-31 09:33:49 +09:00
Cameron McCormack
d04f46f08c Bug 818626 - Record in crash reports whether nsPrintObject trees are sane. r=roc 2012-12-31 10:17:40 +11:00
Robert O'Callahan
4282b68070 Bug 816359. Part 2: Make nsStyleDisplay::HasTransform take a frame parameter and check that the frame supports transforms. r=mats" 2012-12-31 11:45:57 +13:00
Robert O'Callahan
e2825e0682 Bug 816359. Part 1: When constructing inline frames, we should never treat transforms as making the inline an abs-pos containing block, since transforms don't apply to inlines. r=bz 2012-12-31 11:45:51 +13:00
Phil Ringnalda
8e10f30e29 Bug 810705 - Reenable test_MochiKit-DOM-Safari.html on Linux now that bug 799295 should have fixed the crashes 2012-12-30 09:34:38 -08:00
EKR
0357be55dc Bug 825477 - Ignore return value from async calls in MediaPipeline. r=jesup 2012-12-30 07:53:48 -08:00
Ehsan Akhgari
b4dec77a41 Bug 825295 - Do not display the Places downloads in the in-content download views opened in private windows; r=Mano 2012-12-29 15:23:48 -05:00
Ehsan Akhgari
83ee94221f Merge mozilla-central into mozilla-inbound 2012-12-30 09:02:18 -05:00
Boris Zbarsky
c902a5437f Bug 822691. Need to enter the right compartment before working with objects from it. r=smaug 2012-12-29 22:13:27 -08:00
Boris Zbarsky
5567482a0b Bug 825025. MaybeWrapValue should work with all gcthings. r=peterv 2012-12-29 22:13:26 -08:00
Kartikaya Gupta
32df5ee0bf Bug 772974 - Force gold to align LOAD sections to 16k. r=glandium 2012-12-30 00:05:45 -05:00
Kartikaya Gupta
7debda9751 Bug 803601 - Prevent SIGILL crashes on ARMv6 builds built with the NDK r8c toolchain (gcc-4.6, gold). r=mjrosenb 2012-12-30 00:03:35 -05:00
David Flanagan
87835a7e4e Bug 821514 - fix YoutubeProtocolHandler.js to report errors, and also parse titles properly. r=dale a=blocking-basecamp+ 2012-12-29 20:51:43 -08:00
Daniel Holbert
2aec387f66 Bug 825467: Remove unused variable 'reusingGlobal' from PerfMeasurement.cpp. r=khuey 2012-12-29 17:33:30 -08:00
Ehsan Akhgari
5d724ef2e7 Merge mozilla-central into mozilla-inbound 2012-12-29 19:48:43 -05:00
Kai Engert
0d91a897a9 Bug 825022, pick up NSS roots module version 1.93. patch by bsmith/kaie. r=kaie/kwilson/bsmith. a=bbajaj 2012-12-29 18:47:31 +01:00
Phil Ringnalda
974985d838 Bug 705570 - reenable the crashtests that include an <applet> on OS X 10.7 and 10.8 now that they no longer leak
--HG--
rename : browser/components/preferences/in-content/tests/privacypane_tests_perwindow.js => browser/components/preferences/in-content/tests/privacypane_tests.js
rename : browser/components/preferences/tests/privacypane_tests_perwindow.js => browser/components/preferences/tests/privacypane_tests.js
extra : rebase_source : c4a2231db56c29693d34f31eba70a90543910bcc
2012-12-29 08:18:56 -08:00
Ehsan Akhgari
853185be52 Bug 825454 - Make contentAreaDownloadsView.xul a proper in-content UI; r=dao 2012-12-29 17:04:16 -05:00
Jan de Mooij
94461d17f1 Bug 824863 - Fix regalloc bug in JM ionCompileHelper. r=bhackett 2012-12-29 22:02:43 +01:00
Boris Zbarsky
06699d1875 Bug 825365. Fix the softp version of MacroAssemblerARMCompat::passABIArg to not add no-op register moves to the MoveResolver. r=mjrosenb 2012-12-28 20:02:59 -08:00
Benjamin Peterson
023faa1e56 backout bug 810525 for failing jit-tests 2012-12-28 21:52:52 -06:00
David Zbarsky
f41bfdbfa0 Bug 824603 Part 2: Move nsDOMDocumentType => mozilla::dom::DocumentType r=bz
--HG--
rename : content/base/src/nsDOMDocumentType.cpp => content/base/src/DocumentType.cpp
rename : content/base/src/nsDOMDocumentType.h => content/base/src/DocumentType.h
2012-12-28 20:34:02 -05:00
David Zbarsky
e4c797e0ed Bug 824603 Part 1: Enable binding for DocumentType r=bz 2012-12-28 20:34:02 -05:00
Masatoshi Kimura
8248fbf6fc Bug 825195 - Update method signatures of TextDecoder and TextEncoder per the latest spec. r=jonas 2012-12-29 09:55:32 +09:00
Josh Matthews
a5748a8b01 Backed out changeset 6cd44513d285 (bug 782542) 2012-12-28 19:18:38 -05:00
Josh Matthews
e73f0795ee Backed out changeset 40c1df07b407 (bug 824217) 2012-12-28 19:13:36 -05:00