Commit Graph

93595 Commits

Author SHA1 Message Date
Joe Walker
417bb6ceeb Bug 729514 - GCLI needs a way to execute os level commands; r=dcamp 2012-05-15 11:27:18 +01:00
Joe Walker
4e3190ea29 Bug 751120 - GCLI focusManager should remove slowTyping code that's commented out; r=dcamp 2012-05-15 11:27:18 +01:00
Joe Walker
a81c18e073 Bug 750318 - localization note and string ID change required for helpSearchManual in gcli.properties; r=dcamp,flod 2012-05-15 11:27:18 +01:00
Joe Walker
e9dd5ad927 Bug 748684 - GCLI shouldn't require removeCommand before addCommand; r=dcamp 2012-05-15 11:27:18 +01:00
Joe Walker
199aa3120b Bug 745172 - GCLI intro command should be promoted out of 'demo'; r=dcamp 2012-05-15 11:27:18 +01:00
Joe Walker
06506fe449 Bug 745741 - Find a way to get easy code coverage information on GCLI unit tests; r=dcamp 2012-05-15 11:27:18 +01:00
Joe Walker
7119269d31 Bug 745904 - GCLI needs extra unit tests for recently added code; r=dcamp 2012-05-15 11:27:18 +01:00
Tim Taubert
5f7b5593d9 Bug 754608 - Part 3 - add regression tests; r=dietrich 2012-05-15 08:11:08 +02:00
Tim Taubert
18d98ddde5 Bug 754608 - Part 2 - remove getXULDocument() from head.js and use the browser's XUL document; r=dao 2012-05-15 08:10:55 +02:00
Tim Taubert
66cef86d09 Bug 754608 - Part 1 - don't capture thumbnails for privacy-sensitive pages; r=dao 2012-05-15 08:10:55 +02:00
Tim Taubert
c100c5fe4e Backed out changeset 7a5807d68ddc (bug 682944) 2012-05-15 08:17:05 +02:00
Frank Yan
e8113c2ff0 Bug 682944 - Prevent snippets with iframes from breaking about:home. r=gavin 2012-04-24 13:43:38 -04:00
Frank Yan
a065c215cb Bug 738077 - Close tab when clicking tab close button in inactive window on OS X. r=gavin ui-r=boriss 2012-05-14 18:11:22 -07:00
Tim Taubert
109fe02299 merge m-c to fx-team 2012-05-14 23:35:24 +02:00
Matt Brubeck
bb3a6fefc7 Merge last green changeset from inbound to mozilla-central 2012-05-14 14:00:57 -07:00
Kyle Huey
e2498d066e Bug 725499. r=bent 2012-05-14 11:29:41 -07:00
Tim Taubert
80dcf69f1d Bug 753755 - [Page Thumbnails] Disabling thumbnails should not create empty folders; r=dietrich 2012-05-14 18:18:27 +02:00
Tim Taubert
7a7a985555 Bug 752409 - Intermittent browser/browser/components/thumbnails/test/browser_thumbnails_storage.js; r=dietrich 2012-05-14 18:16:25 +02:00
Mike Hommey
000ba7ebc5 Fixup for bug 754625. r=ted 2012-05-14 17:55:43 +02:00
Matt Brubeck
d9a57e0763 Bug 754759 [leave open] - Mark 752226-1.html or 752226-2.html as asserting randomly [r=Ms2ger] 2012-05-14 08:30:20 -07:00
Andrew McCreight
4915a0b128 Bug 754151 - add macros for basic wrappercached cycle collected classes. r=smaug 2012-05-14 08:24:03 -07:00
Mike Hommey
5262f75c2c Bug 754625 - Use idl-parser from $(LIBXUL_DIST)/sdk/bin and only remove lex and yacc files in header.py --regen. r=khuey 2012-05-14 17:19:39 +02:00
Tim Taubert
76ce6de376 Bug 753815 - Intermittent INFO | runtests.py | Received unexpected exception while running application; r=ted 2012-05-14 17:02:26 +02:00
Jeff Hammel
171c2ca67a Bug 754392 - deploy new talos.zip to fix tp5 responsiveness regressions on windows. r=jmaher 2012-05-14 10:19:29 -04:00
Joel Maher
57605fec0f Bug 754001 - random-if r3 failures so we can unhide the tests. r=jrmuizel 2012-05-14 10:19:28 -04:00
Tim Taubert
1932acaeee Bug 745303 - remove leftover test/browser_tabview_storage_policy.js; r=me 2012-05-14 15:31:56 +02:00
Mike Conley
ed913d1e67 Bug 754432 - Let Thunderbird have access to ContactService.jsm and ContactDB.jsm. r=fabrice. 2012-05-14 09:13:46 -04:00
Bobby Holley
9c60ce3d2e Bug 753277 - Assert that all cross-scope wrapper reparenting operations are cross-compartment, and remove the conditional. r=mrbkap
The reindentation is pure. No snakes.
2012-05-14 12:52:17 +02:00
Bobby Holley
dd6ca22451 Bug 753277 - Rename tobj to wrapperGuts, and avoid going through the SCSW on the other side unnecessarily. r=mrbkap
It's not wrong, but it's not necessary either, since we'll just unwrap directly to the underlying object during wrapping. And this is confusing enough as-is.
2012-05-14 12:52:17 +02:00
Bobby Holley
e8eacccb4d Bug 753277 - Rename |obj| to |newWrapper| in js_TransplantObjectWithWrapper. r=mrbkap 2012-05-14 12:52:17 +02:00
Bobby Holley
582d7c4ddc Bug 753277 - Make js_TransplantObjectWithWrapper use RemapWrappers. r=mrbkap 2012-05-14 12:52:17 +02:00
Bobby Holley
fa2b5be266 Bug 753277 - Rename |obj| to |newIdentity| in JS_TransplantObject. r=mrbkap 2012-05-14 12:52:16 +02:00
Bobby Holley
0e3a5c894c Bug 753277 - Factor out CCW remapping from JS_TransplantObject and add comments. r=mrbkap 2012-05-14 12:52:16 +02:00
Gian-Carlo Pascutto
eb6ba1cc71 Bug 754453 - BrowserProvider insert failures are silent. r=blassey 2012-05-14 12:22:10 +02:00
Jet Villegas
71bf95423c Bug 752918 - Convert expensive SVG masks to clip-paths. r=dao 2012-05-14 10:22:14 +02:00
Oonishi Atsushi
365406a4f0 Bug 623155 - Use LOCATION_CHANGE_ERROR_PAGE to identify error page loads. r=dao 2012-05-14 10:17:21 +02:00
Oleg Romashin
cf6b5bb338 Bug 754489 - Qt port does not need linking with glib. r=glandium 2012-05-14 10:15:26 +02:00
Bill McCloskey
730f9cf887 Backout incremental GC (bug 735099) for tinderbox crashes (r=orange) 2012-05-13 17:20:52 -07:00
Matt Brubeck
c4e3f1eef8 Bug 754637 - Don't zoom in to list items or blockquotes on double-tap [r=mfinkle] 2012-05-13 17:09:32 -07:00
Matt Brubeck
e67f46f75f Merge mozilla-central and mozilla-inbound 2012-05-13 08:27:03 -07:00
Tim Taubert
216027157e merge m-c to fx-team 2012-05-12 20:06:48 +02:00
Matt Brubeck
a5b18452ff Merge last green changeset from inbound to mozilla-central 2012-05-12 08:44:31 -07:00
ffxbld
fc4f9ba287 Automated blocklist update from host linux-ix-slave26 2012-05-12 03:12:49 -07:00
Honza Bambas
6bf7094aa6 Bug 748240 - view-source: doesn't load HTML from AppCache, r=bz 2012-05-12 11:42:20 +02:00
Bill McCloskey
bd6f3cb10e Bug 754242 - Reset incremental GC upon TOO_MUCH_MALLOC GC requests (r=terrence) 2012-05-11 21:07:54 -07:00
Bill McCloskey
1d0bec6a5c Bug 735099 - Re-enable incremental GC (r=terrence) 2012-05-11 21:07:28 -07:00
Matt Brubeck
e03dd6bfd0 Back out 6a7bfd84596e (bug 736501) because it broke the build on some versions of GCC (bug 754198) 2012-05-11 20:15:47 -07:00
Joey Armstrong
f1190ff176 Bug 748470 - mobile/android/base: dependency builds r=ted 2012-05-11 17:16:15 -07:00
Gian-Carlo Pascutto
dbba4f19bf Bug 754224 - Add keyword support to Profile Migration. r=margaret 2012-05-12 01:31:10 +02:00
Olli Pettay
a9db32e80f Bug 749589 - Less-leaky classinfo for XTF, r=jst 2012-05-12 00:51:13 +03:00