Commit Graph

246622 Commits

Author SHA1 Message Date
Wan-Teh Chang
7cffcea48f Update NSPR to NSPR_4_8_9_BETA1, which includes the fixes for
bug 513659 and bug 650474.
2011-05-11 18:36:38 -07:00
Nicholas Nethercote
79f2dc0ad9 Bug 655583 - In about:memory, only remove the observer if it's been added, in order to avoid an assertion and/or exception. r=bz. 2011-05-11 16:09:50 -07:00
Nicholas Nethercote
d2396da9a5 Bug 655638 - Make the canvas memory reporter a non-heap reporter. r=bas. 2011-05-11 16:09:50 -07:00
Nicholas Nethercote
9488fae2a3 Bug 654041 - Add buttons that trigger GC and CC from about:memory. r=vlad,jruderman. 2011-05-11 16:09:50 -07:00
Nicholas Nethercote
95582933ae Bug 653630 - Change SQLite memory reporters to avoid double-counting some memory usage. r=sdwilsh. 2011-05-11 16:09:50 -07:00
Nicholas Nethercote
82a8ac704a Bug 653630 - Allow non-leaf reporters in about:memory. r=sdwilsh. 2011-05-11 16:09:50 -07:00
Nicholas Nethercote
d258fef2cf Bug 648490 - Remove the "heap-used/js/string-data" memory reporter because it is totally bogus. r=gal. 2011-05-11 16:09:50 -07:00
Neil Rashbrook
c398e4b84b Bug 654017 Unused variable 'rightEdge' r=dholbert 2011-05-11 21:25:10 +01:00
Neil Rashbrook
1ac9ceb9c5 Bug 408599 Feed protocol handler creates horrifying nsIStandardURLs r=gavin 2011-05-11 21:24:05 +01:00
Neil Rashbrook
4b62bdd062 Bug 655588 Desaturating filter produces more realistic grey scale than colour averaging r=Unfocused 2011-05-11 21:23:07 +01:00
Olli Pettay
b1469c318f Bug 656218, document.activeElement should not throw, r=bz 2011-05-11 23:52:32 +03:00
Olli Pettay
7059fc3baf Backout Bug 513006 since it may have caused Bug 656218
--HG--
extra : rebase_source : 6d2e2822dbf35198247fbb35e185ce33ecf29afb
2011-05-11 23:13:51 +03:00
Josh Aas
0b34b511a2 Bug 637253: Remove nsIPlugin interface. r=bsmedberg 2011-05-11 16:23:25 -04:00
Steven Michaud
7b86566115 Bug 654725 - Changes in OS X 10.7 break our Wi-Fi monitor code, causing crashes (followup fix). r=josh 2011-05-11 15:05:28 -05:00
Jonathan Kew
50063a2798 bug 654057 - reftest for diacritics in Segoe UI font. r=jdaggett 2011-05-11 20:25:57 +01:00
Jonathan Kew
402011265a bug 654057 - fix the zeroing of diacritic widths to resolve misplaced accents with Segoe UI. r=jdaggett 2011-05-11 20:24:56 +01:00
Dave Townsend
12cc853431 Bug 655162: A missing updates property in an update.rdf should be counted as no available updates not as a failure to check for updates. r=robstrong 2011-05-11 11:23:37 -07:00
Hernán Rodriguez Colmeiro
0671021347 Bug 565359: Backspace should return users to the last view in the add-ons manager. r=dtownsend 2011-05-11 11:27:25 -07:00
Brad Lassey
7b8ede5080 bug 655427 - make sharedIDs used by automation not depend on package nam a+r=mfinkle
--HG--
extra : rebase_source : f90bb8cda99b72879b809621984c803245dbd4b5
2011-05-11 14:07:28 -04:00
Masatoshi Kimura
0d206b9f66 Bug 656253: Fix intermittent orange due to variables colliding. r=sicking 2011-05-11 11:06:47 -07:00
Benjamin Smedberg
881f62c5c8 Bug 656331 - XPCOM binary component loading never checks mVersion, r=bz 2011-05-11 13:03:38 -04:00
Jesse Ruderman
64f785e38c Bug 645142 - A crash test. r=dbaron 2011-05-11 18:49:57 +02:00
Mats Palmgren
c67e539503 Bug 645142 - "ABORT: negative lengths and percents should be rejected by parser" with huge font size. r=dbaron 2011-05-11 18:49:57 +02:00
Mats Palmgren
041accdae5 Bug 649134 - Add a comment explaining the extra subdirectory for the test. r=me 2011-05-11 18:49:57 +02:00
Jason Orendorff
c0b826d646 Bug 645160 - jsdIStackFrame is incorrectly truncated at indirect eval calls. r=mrbkap. 2011-05-11 11:11:40 -05:00
Mounir Lamouri
de136347dc Bug 656260 - Showing/Hidding bundle package doesn't behave correctly. r=joshmoz 2011-05-11 18:00:04 +02:00
Timothy Nikkel
64072dc44f Bug 655267. Move the synth mouse move handling from the view manager to the pres shell. r=roc
I also snuck in some minor cleanup.
2011-05-11 10:49:16 -05:00
Boris Zbarsky
d034eefa80 Bug 597291. Create nsIURI objects lazily for nsCSSValue::URL, so that we don't pay the cost of creating the ones we don't actually need. r=dbaron
In the new setup, the mURL member of nsCSSValue::URL stores either the actual URI pointed to or the base URI; a boolean flag keeps track of which is stored.  Consumers use GetURI() to get the URI instead of raw access to mURI, and GetURI calls NS_NewURI as needed.
2011-05-11 11:28:53 -04:00
Boris Zbarsky
f526ea25e6 Bug 508369 part 3. Stop using timeouts in the test. r=ehsan
The zip file change is just a change to replace top.poke() with parent.poke() so that the refresh test will be useful in the harness too.
2011-05-11 11:28:53 -04:00
Boris Zbarsky
932bc3f051 Bug 508369 part 2. Change the test to catch the error fixed in part 1 in the future. This is just removing an extra .parent from the scripts in anchors.html inside the zip file. r=jst 2011-05-11 11:28:53 -04:00
Boris Zbarsky
8cd62c7ea7 Bug 508369 part 1. Move the detection of loads inheriting a principal later in InternalLoad so that we catch ones that pass in a non-null owner directly. r=jst 2011-05-11 11:28:53 -04:00
Boris Zbarsky
f1a32614b5 Bug 652775. Remove the default nowrap styling on <legend>. r=dbaron 2011-05-11 11:28:53 -04:00
Oleg Romashin
47d1209f8f Bug 612407 - Add FPS counter like fraps r=joe,jrmuizel 2011-05-10 21:45:42 -04:00
Matt Brubeck
1fd50d1568 Bug 656177 - Register Fennec as a handler for file: URIs on Android [r=blassey] 2011-05-11 07:25:53 -07:00
Hiroyuki Ikezoe
77ebfc34d4 Bug 656165 - g_free accepts NULL so we do not need NULL checking before invoking it. [r=karlt] 2011-05-10 16:54:00 -07:00
Mounir Lamouri
66a99b9b91 Merging cedar with mozilla-central. 2011-05-11 15:00:12 +02:00
Mounir Lamouri
e57b2c0c43 Bug 651480 - Only show the filter list when there are multiple filters on MacOS X. r=joshmoz 2011-05-09 16:47:51 +02:00
Mounir Lamouri
fd5baf36f7 Bug 651477 - Update setTreatsFilePackagesAsDirectories when user change the filter list on MacOS X. r=joshmoz 2011-05-11 14:46:59 +02:00
Marco Bonardo
debf390abe Merge Places and mozilla-central 2011-05-11 13:56:33 +02:00
Mats Palmgren
c094a0c158 Bug 638112 - Assertion failure: chars[length] == jschar(0). r=dbaron 2011-05-11 11:46:59 +02:00
Mats Palmgren
dda59f8318 Bug 639303. r=joe 2011-05-11 11:46:59 +02:00
Mats Palmgren
17cdd6713d Bug 649134 - Ignore an empty or whitespace only href in the Link HTTP header. r=bzbarsky 2011-05-11 11:46:59 +02:00
Mats Palmgren
d9580d4443 Bug 649134 - Ignore an empty or whitespace only <link> href. r=bzbarsky 2011-05-11 11:46:59 +02:00
Marco Bonardo
648e8e3edc Merge Places and mozilla-central 2011-05-11 11:08:58 +02:00
Simon Montagu
ef8b8a4670 Use SetMenuItemInfo instead of EnableMenuItem for the system menu to prevent spurious repainting of the buttons in the title bar. Bug 651905, r=jmathies 2011-05-11 10:16:10 +03:00
Olli Pettay
9b7975a3f2 comparing with ssh://opettay@mozilla.com@hg.mozilla.org/mozilla-central/
searching for changes
changeset:   68981:5f295573b22d
tag:         tip
user:        Olli Pettay <Olli.Pettay@helsinki.fi>
date:        Mon May 09 18:47:13 2011 +0300
summary:     Bug 427537 - Implement CustomEvent DOM3 specification, r=sicking
2011-05-11 09:33:11 +03:00
Makoto Kato
e3a7223fbf Bug 637555 - Remove nsIMacLocale. r=smontagu 2011-05-11 14:25:09 +09:00
Michael Ventnor
f192ac6947 Bug 513006 - Some scrollbars disappear if GTK2 theme has scrollbar buttons turned off r=roc
--HG--
extra : rebase_source : ab867f6ae611fda355be336b8115106d1b6fbd58
2011-05-11 14:54:12 +10:00
Michael Ventnor
5814074910 Bug 635903 - Arrow of Edit Bookmarks Panel is missing after toggling the expanded folder view r=karlt
--HG--
extra : rebase_source : ef557270584eb7419593e501093b383f247f8e58
2011-05-11 14:54:12 +10:00
Masayuki Nakano
1ef49a007d Bug 655918 Clean up the composition string when whole characters of it are refused due to maxlength r=ehsan 2011-05-11 13:52:45 +09:00