Commit Graph

83415 Commits

Author SHA1 Message Date
Brian Hackett
157daeeaa6 Add dynamic analysis for identifying moving GC hazards, autorooter classes, some VM rooters, bug 707049. r=billm 2011-12-30 20:12:45 -07:00
Jeff Walden
13830f85c4 Temporarily disable the test for bug 713944, there seem to be some shell/browser differences. r=orange 2011-12-30 20:42:38 -06:00
Chris Jones
8f17266c33 Bug 714307: Synchronize back/front buffers in gonk fallback path. r=mwu 2011-12-30 18:28:40 -08:00
Jeff Walden
9b40b21432 Bug 713944 - Assert that a data descriptor referenced in the property cache was writable only if the property cache entry was a hit. If it wasn't, the descriptor might have been made writable in the interim -- and if the cache entry was for finding the property along the prototype chain, the shape key used for the entry lookup would be invariant across the data descriptor's mutation. This also fixes bug 643847. r=jorendorff 2011-12-29 05:44:10 -06:00
Jeff Walden
5ba070dc96 Bug 713944 - Move some declarations down to uses in fill(). r=sparky
--HG--
extra : rebase_source : f999d47ec439ff9311a8dabfb6e3e729dbc5a9f0
2011-12-29 05:44:08 -06:00
Jeff Walden
acc9c5e323 Bug 713944 -Convert PropertyCacheEntry::vindex into two separate, private fields, and add some accessors for them. r=jorendorff
--HG--
extra : rebase_source : f7efae003a443e5381900b95273370ff3baa8a62
2011-12-29 05:43:57 -06:00
Patrick Walton
dfec4981df Backed out bug 709492 due to breakage with external urls. r=backout 2011-12-30 18:47:06 -05:00
Ehsan Akhgari
c79da1fd35 Test case for bug 690164; r=roc 2011-12-30 17:25:10 -05:00
Ehsan Akhgari
0382216924 Bug 713856 - Dynamic change of DOM in lists before block element creates blank line; r=roc 2011-12-30 17:22:47 -05:00
Phil Ringnalda
fea0fc7084 Back out 04ef7f564450 (bug 701076) and 632f07583bd8 (bug 711591) for mochitest-oth bustage 2011-12-30 14:19:30 -08:00
Patrick Walton
12f36a2eac Bug 711333 - Fix race condition when moving and updating textures. r=kats 2011-12-30 14:08:58 -08:00
Patrick Walton
1dcfaa241c Bug 714230 - Unsuppress drawing for background tabs when they're shown. r=kats 2011-12-30 14:04:47 -08:00
Gregory Szorc
c30563d574 Bug 714202 - Fix implementation of AddonsReconciler.pruneChangesBeforeDate(); r=rnewman 2011-12-30 13:55:19 -08:00
Joel Maher
7b015f4b69 Bug 701076 - [hookup to make] Robotium integration into birch tree. r=blassey,bear 2011-12-30 15:57:34 -05:00
Joel Maher
c431dbcb94 Bug 711591 - make the robotium test driver a bit more driver like. r=ctalbert 2011-12-30 15:57:34 -05:00
Mark Finkle
686269c7c3 Bug 708806 - Remove strings for homepage preference r=wesj 2011-12-30 14:54:16 -05:00
Kartikaya Gupta
bcd4e87f25 Bug 712761 - Fix returning incorrect object from openURI. r=dougt 2011-12-27 00:58:18 -05:00
Mark Finkle
04636147ad Bug 714234 - Handle window.close() via DOMWindowClose r=wesj 2011-12-30 14:48:21 -05:00
Raúl Porcel
c36b8d37e3 Bug 713517 - Add IPC support for alpha. r=benjamin 2011-12-30 20:15:19 +01:00
mr.Shu
70f05f83c2 Bug 713828 - Stop styling page-proxy-stack. r=dao 2011-12-30 20:14:37 +01:00
Ehsan Akhgari
b20080c655 Bug 613517 - Remove support for making links relative when pasting/dropping HTML data over an editable area; r=roc 2011-12-30 13:04:02 -05:00
Benjamin Smedberg
87ba194a69 Bug 692817 - Potential math overflow in Base64.cpp, r=dbaron 2011-12-30 12:54:12 -05:00
Benjamin Smedberg
ff1117dc1a Bug 708935 - Make the DNS listener proxies release the nsIDNSListener on the main thread, to solve last-release issues and ASSERTION: ASSERTION: nsStandardURL not thread-safe from PendingPACQuery, r=mcmanus
--HG--
extra : rebase_source : 6b66b58398a7e671fff19044848ed497cd019dd5
2011-12-30 12:53:44 -05:00
Bobby Holley
e107a914d9 Bug 713747 - Remove UniversalFoo from caps (and thus, the tree). r=bz 2011-12-30 09:35:52 -08:00
Bobby Holley
92e001c11a Bug 713747 - Remove usage of UniversalFoo in gecko. r=bz 2011-12-30 09:35:39 -08:00
Bobby Holley
cf7f0b18ee Bug 713747 - Remove UniversalFoo from all.js. r=bz
I don't think we need this stuff at all anymore, since the security policy stuff is now burned into c++ in xpconnect/wrappers. However, I'm too afraid to do the removal myself.
2011-12-30 09:35:39 -08:00
Bobby Holley
f9cb714b69 Bug 713747 - Fix funky tests. r=bz
The conversion of checks for UniversalBrowserWrite to UniversalXPConnect caused these test fail, because they acquire UniversalXPConnect and actually doesn't want the results. In particular, they pass the security check in nsWindowWatcher::CalculateChromeFlags, which causes them to fail.

The first test doesn't actually need UniversalXPConnect, so we can remove it for free. The second one needs it, so we add some SpecialPowers goop to make it possible. It's not ideal, but it can go away when the wrapper in bug 702353 lands.
2011-12-30 09:35:39 -08:00
Bobby Holley
4b6add2c77 Bug 713747 - Use UniversalXPConnect and UniversalXPConnect only in test coverage. r=bz 2011-12-30 09:35:38 -08:00
Daniel Holbert
89bb9e9b9d Bug 695677: Add <use> element to svg-image-script-2.svg, to force its resources file to load before onload fires. r=longsonr 2011-12-30 05:03:08 -08:00
Tim Taubert
6506ccb300 merge m-c to fx-team 2011-12-23 12:45:17 +01:00
Jared Wein
2a09ab8025 Bug 646473 - Remove ambiguity in the About dialog for 'End-User Rights'. r=ttaubert 2011-12-22 12:20:43 -08:00
Ed Morley
f9e354e1b3 Merge last PGO-green changeset from mozilla-inbound to mozilla-central 2011-12-22 11:28:36 +00:00
Myk Melez
8b58c39b05 no bug - update revision of Add-on SDK being tested; test-only 2011-12-21 16:55:27 -08:00
Brad Lassey
9996032099 bug 712787 - remove showScreenshot (dead code) r=dougt 2011-12-21 18:01:57 -05:00
Ed Morley
007cafabc1 Merge last green changeset of mozilla-inbound to mozilla-central 2011-12-21 20:31:10 +00:00
Richard Newman
8bb119825d Bug 709391 - hide Sync setup task in Launcher, make syncs return immediately. a=java-only. 2011-12-21 08:44:08 -08:00
Richard Newman
2d22741616 Bug 709391 - initial import of Android Sync code (Git tag: v0.1.2-fixes). a=java-only 2011-12-21 08:44:08 -08:00
Richard Newman
b8fe24742a Bug 709391 - Part 3: Makefile changes to preprocess sync_syncadapter.xml. r=blassey 2011-12-21 08:44:06 -08:00
Richard Newman
1c44779f1b Bug 709391 - Part 2: l10n build changes to include Sync strings. r=blassey, f=Pike 2011-12-21 08:44:06 -08:00
Richard Newman
02b4531191 Bug 709391 - Part 1: implement in-Fennec Android Sync shipping solution. r=blassey 2011-12-21 08:44:06 -08:00
Jim Mathies
1846653639 Bug 711654 - Fix for new vista+ file pickers inability to correctly process uri for input paths. r=bbondy 2011-12-21 10:27:23 -06:00
Paul Rouget
496db57c3d Bug 711851 - Add a noise background to the devtools toolbars on Mac OSX; r=dao 2011-12-21 17:07:30 +01:00
Cedric Vivier
68d33eb1a1 Bug 712887 - Style Editor should always show the Save button on the currently edited style sheet; r=prouget 2011-12-22 17:15:00 +08:00
Victor Porof
8b643ac1e4 Bug 712286 - Tilt continues rotating without any keyboard or mouse actions; r=rcampbell 2011-12-22 12:51:57 +02:00
Margaret Leibovic
858cee75ef Bug 711595 - Request desktop site should be disabled for the same URIs as share. r=mfinkle 2011-12-21 08:05:38 -08:00
Ed Morley
2b933f3136 Backout 1d0ec7fa8b96 (bug 702179) for PGO Linux build failures 2011-12-21 15:57:26 +00:00
Ed Morley
26a6324065 Merge last PGO-green changeset from mozilla-inbound to mozilla-central 2011-12-21 12:11:14 +00:00
Steffen Wilberg
dbec4a8515 Bug 704588 - New design for about: = about:firefox = about:fennec to match about:home. ui-spec by ibarlow, r=mfinkle 2011-12-21 11:40:31 +00:00
Brian Hackett
a8092e384a Remove JSObject::containsSlot, bug 710516. r=luke 2011-12-21 06:31:11 -08:00
Tim Taubert
05800f5c13 merge m-c to fx-team 2011-12-21 10:38:31 +01:00