Commit Graph

90674 Commits

Author SHA1 Message Date
Chris Cooper
ab4a917101 Merge build-system to mozilla-central 2012-04-04 14:02:07 -04:00
Olli Pettay
e87e5e548c Bug 742371 - Remove MutationReceiver from MutationObserver when the target is deleted, r=sicking 2012-04-04 20:36:40 +03:00
Olli Pettay
ada97a02d1 Bug 742237, MutationObserver crashes during GC, r=sicking 2012-04-04 18:11:57 +03:00
Marco Bonardo
5eb9c1dad8 Merge last green PGO from inbound to central 2012-04-04 13:36:36 +02:00
Olli Pettay
19b67623db Bug 742183 - Handle MicroTasks correctly with showModalDialog, r=sicking 2012-04-04 09:23:45 +03:00
Olli Pettay
45b584ef56 Bug 742190 - Leak with MozMutationObserver, r=sicking 2012-04-04 09:22:16 +03:00
Kyle Huey
2e544f22ba No bug: Shut up a struct/class warning. r=Bas 2012-04-03 14:00:34 -07:00
Joey Armstrong
ffd562b9b7 Bug 738404 - Makefile.in edits to use threadsafe mkdir (bug 680246) - r=ted 2012-04-03 16:08:16 -04:00
Joey Armstrong
a49a00567b Bug 688061 - reduce shell command use - r=khuey 2012-04-03 15:53:07 -04:00
Matt Brubeck
4b2cbff8a8 Merge last green changeset from inbound to mozilla-central 2012-04-03 10:48:15 -07:00
Joey Armstrong
8f462b32df Bug 735638 - add utility function checkIfEmpty - r=khuey 2012-04-03 13:34:04 -04:00
Joey Armstrong
d4a56dfb3b Bug 734121 - helper macros for writing make user functions - r=khuey 2012-04-03 13:32:46 -04:00
Jeff Walden
a34c215e37 Remove an unnecessary declaration that seems to be causing link errors only on Windows with some compilers. Followup to bug 739380, r=bustage 2012-04-03 09:10:22 -07:00
Phil Ringnalda
05a63495cd Merge m-c to b-s 2012-04-03 08:27:38 -07:00
Serge Gautherie
a9aafffa5c Bug 741066. (Av1) browserPlacesViews.js: Fix 2 "function ... does not always return a value". r=mak77. 2012-04-03 15:43:25 +02:00
Serge Gautherie
d7696b3460 Bug 741065. (Av1) controller.js: Fix "function PCDH_onDrop does not always return a value". r=mak77. 2012-04-03 15:42:06 +02:00
Serge Gautherie
4e7f0ae625 Bug 739687. (Av1) test_classifier.html and test_classifier_worker.html: Set preference they depend on, Some rewrite and documentation. r=dcamp. 2012-04-03 15:37:40 +02:00
Marco Bonardo
1ababdd3b2 Merge central and inbound 2012-04-03 14:36:57 +02:00
Jonathan Kew
eef88b2b41 bug 717175 - flush shaped-word caches if they grow excessively large. r=roc 2012-04-03 12:22:18 +01:00
Lavina Thong
c6893993b6 Bug 723427 - dexpcom GetUnignoredChildren(), r=tbsaunde, f=surkov 2012-04-03 18:54:07 +09:00
Mark Capella
2f578541d9 Bug 740725 - Add down-casting to nsXULTreeAccessible, r=tbsaunde, f=surkov 2012-04-03 18:54:01 +09:00
Marco Bonardo
0a70645e54 Bug 573259 - Intermittent time out in browser_relative.js due to browser_offline.js
r=Mossop
2012-04-03 11:48:36 +02:00
Ms2ger
a0062c6cca Bug 532062 - localStorage/sessionStorage should return undefined (not null) for undefined keys through property access; r=mayhemer 2012-04-03 09:25:39 +02:00
Ms2ger
beb9973d07 Bug 740771 - Stringify null for Storage.getItem/setItem/removeItem; r=mayhemer 2012-04-03 09:25:39 +02:00
Ms2ger
d947a8d314 Bug 738760 - Move nsContentUtils::GetContextAndScope into nsDocument.cpp; r=sicking 2012-04-03 09:25:39 +02:00
Ms2ger
6b301797c5 Bug 737122 - Attr nodes shouldn't have children; r=sicking 2012-04-03 09:25:39 +02:00
Ms2ger
6ffad56f22 Bug 738759 - Add nsContentUtils::CheckSameOrigin overload taking two nsINodes; r=jst 2012-04-03 09:25:38 +02:00
Ms2ger
ee1a9afaf4 Bug 741223 - MutationObserver cleanup; r=smaug 2012-04-03 09:25:38 +02:00
Ms2ger
41988ec8e7 Bug 741218 - Don't crash when loading a page with content-type application/json; r=hsivonen 2012-04-03 09:25:38 +02:00
Henri Sivonen
2dd32e976c Bug 739537 - No longer drop leading space from the plain text clipboard flavor when exporting both HTML and plain text to clipboard. r=smaug. 2012-04-03 09:44:15 +03:00
Justin Lebar
ef80ce85f4 Bug 737857 - Report number of ghost windows in telemetry. r=njn
--HG--
extra : rebase_source : 0139099de839f77405ec1e606fc0540fc892cbd5
2012-04-02 22:28:13 -04:00
Justin Lebar
c7747cbafe Bug 738624 - Add ghost windows to about:compartments. r=njn
--HG--
extra : rebase_source : c16cdfc4c06b363f54f1d0f37bb006cf977b079a
2012-04-02 22:28:05 -04:00
Justin Lebar
91e6fee1e8 Bug 738011 - Separate "detached" from "ghost" windows in about:memory. r=njn,mccr8
--HG--
extra : rebase_source : 02d563277907231953728a0a99847c466665dbb0
2012-04-02 22:28:04 -04:00
David Mandelin
535c2cacfb Bug 737780: fix compartments in nsFrameScriptExecutor::LoadFrameScriptInternal, r=luke 2012-04-02 19:09:34 -07:00
Nicholas Nethercote
517f27753a Backout 2f9b6bdf63f7 (bug 739512) due to a bad V8 regression. r=me. 2012-04-02 18:02:54 -07:00
Patrick McManus
f91dd06576 bug 739617 - cannot upload large files r=honzab
--HG--
extra : rebase_source : 5ea85a021233cf79a539980efc859a2d5372fe53
2012-04-02 20:36:11 -04:00
Wes Johnston
1766e65700 Bug 739514 - Fix bad history entries created by default bookmarks creation. r=lucasr 2012-04-02 17:38:51 -07:00
Brian Nicholson
bd865ddb98 Bug 741010 - Don't save favicon if loaded from DB. r=mfinkle 2012-04-02 17:36:13 -07:00
Mats Palmgren
25a5efd09e Bug 736915 - Print Selection prints a blank page when the selection is inside a table. r=bz
When rendering just the current Selection (Print - Selection) then don't create display items
for table-related frames unless the frame itself is part of the selection, and always ask
descendant frames to build display lists [in case they are selected].
2012-04-03 02:30:45 +02:00
Mark Capella
38934b4912 Bug 712936 - Convert users of PR_STATIC_ASSERT to MOZ_STATIC_ASSERT. r=jwalden 2012-04-02 17:21:24 -07:00
Bill McCloskey
5019ff0713 Bug 716142 - Multi-compartment GC (r=igor,jorendorff) 2012-04-02 17:02:25 -07:00
Gregor Wagner
d0aff72b6c Bug 734198 - Contacts API: Add Sorting. r=bent 2012-04-02 16:39:57 -07:00
Joey Armstrong
b987443424 Bug 680246 - add missing files from import - r=khuey 2012-04-02 15:28:37 -04:00
Margaret Leibovic
2ce5df9822 Bug 740118 - Door-hangers de-attach from directional arrow when scrolling through list. r=mfinkle 2012-04-02 12:16:28 -07:00
Joey Armstrong
fc0e131cb1 Bug 680246 - add a makefile library rule to support thread safe directory creation - r=khuey 2012-04-02 13:06:06 -04:00
Chris Jones
bce24b6e31 Bug 739452, part 1: Catch errors in importing cutils, since (unfortunately) this code also runs on desktop builds. r=mrbkap 2012-04-01 01:57:18 -07:00
Chris Jones
7214b39966 Bug 739452, part 2: Ensure we don't process stale 'reconnect' tasks after shutting down. r=kmachulis 2012-04-01 01:57:21 -07:00
Kartikaya Gupta
4074333e81 Bug 737577 - Set the display port before bouncing rather than after. r=Cwiiis 2012-04-02 17:14:33 -04:00
Sriram Ramasubramanian
60d367270b Bug 721344: Unregister Connectivity Receiver in only if it has been initialized. [r=mfinkle] 2012-04-02 13:50:03 -07:00
Marco Bonardo
62abea8cfe Bug 739763 - Fix slow redirects query that with certain data distributions may cause long hangs on first page load.
r=dietrich
2012-04-02 22:48:28 +02:00