Jonathan Kew
172cf715bc
bug 655138 - don't use font entry after it's been replaced. r=jdaggett
2011-05-08 13:09:03 +01:00
Masayuki Nakano
db143937fe
Bug 519972 part 6: Make TextInputHandler grabbed by nsChildView and its methods which dispatch events r=smichaud
2011-05-08 19:19:23 +09:00
Masayuki Nakano
692a10b7d2
Bug 519972 part 5: Make TextInputHandlerBase and PluginTextInputHandler classes, and rename nsCocoa*Hander to *InputHandler with namespace r=smichaud
...
--HG--
rename : widget/src/cocoa/nsCocoaTextInputHandler.h => widget/src/cocoa/TextInputHandler.h
rename : widget/src/cocoa/nsCocoaTextInputHandler.mm => widget/src/cocoa/TextInputHandler.mm
2011-05-08 19:19:15 +09:00
Tom Schuster
82f4ee4b3f
Bug 654685: add reportCompare to fix warnings, no_r=
2011-05-08 00:11:03 +02:00
Tom Schuster
d84a191ec4
Bug 654685: Remove Boolean.prototype.toJSON r=pbiggar
2011-05-07 22:34:44 +02:00
Tom Schuster
cd0d919992
Bug 652154: Fix path reversal on windows in jstest r=pbiggar
2011-05-07 19:20:31 +02:00
Makoto Kato
fc6d231d63
Bug 654873 - ARM target (gcc 4.5.2 or later) should use built-in atomic function instead of arm-kuser. r=gal
2011-05-08 00:47:13 +09:00
Paul Biggar
b7a5a9115b
Bug 653153: Fix the parseInt fast path doubles above 1e21 (r=jwalden)
...
The spec says parseInt needs to convert to a string before being converted to
an integer. For 1e+21 (and greater), ToString uses exponential notation:
"1e+21", which get's parsed as 1. The existing parseInt fast path for doubles
converted it directly into an integer, giving the result 1e21. The fix adds a
bounds check to see if the exponential notation is triggered, and still uses
the fast path if not.
2011-05-07 05:31:59 -07:00
Mike Hommey
4d34c55bf5
Bug 525882 - Don't hardcode anything in application.ini files. r=gavin,r=khuey
2011-05-07 10:06:41 +02:00
Trevor Saunders
671a0f4f96
bug 652459 - reenable test_singleline.html and test_whitespaces.html r=davidb
2011-05-11 23:27:35 -04:00
Chris Pearce
6d6e37a982
Bug 651023 - Round up wait times to 1ms to ensure we drop the decoder monitor when presenting video frames. r=kinetik
2011-05-12 14:02:34 +12:00
Chris Pearce
055f6af4bb
Bug 656480 - Make test_bug495300 use MediaTestManager. r=roc
2011-05-12 14:02:34 +12:00
Chris Pearce
83fc85f024
Bug 655648 - Go to readyState HAVE_ENOUGH_DATA if resource is fully loaded at loadeddata state. r=roc
2011-05-12 14:02:34 +12:00
Wan-Teh Chang
35e133ac47
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
e9dba37cfa
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
fe667a591e
Bug 655638 - Make the canvas memory reporter a non-heap reporter. r=bas.
2011-05-11 16:09:50 -07:00
Nicholas Nethercote
a69bf4dd97
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
abb04b1933
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
60496a090e
Bug 653630 - Allow non-leaf reporters in about:memory. r=sdwilsh.
2011-05-11 16:09:50 -07:00
Nicholas Nethercote
810ba8da79
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
2bbf3a3460
Bug 654017 Unused variable 'rightEdge' r=dholbert
2011-05-11 21:25:10 +01:00
Neil Rashbrook
eca43336ab
Bug 408599 Feed protocol handler creates horrifying nsIStandardURLs r=gavin
2011-05-11 21:24:05 +01:00
Neil Rashbrook
bd23e29f18
Bug 655588 Desaturating filter produces more realistic grey scale than colour averaging r=Unfocused
2011-05-11 21:23:07 +01:00
Olli Pettay
5a3d01a7ee
Bug 656218, document.activeElement should not throw, r=bz
2011-05-11 23:52:32 +03:00
Olli Pettay
4c1a67926b
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
ae533a3fb4
Bug 637253: Remove nsIPlugin interface. r=bsmedberg
2011-05-11 16:23:25 -04:00
Steven Michaud
f6cb0dce31
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
79e5b6e6ee
bug 654057 - reftest for diacritics in Segoe UI font. r=jdaggett
2011-05-11 20:25:57 +01:00
Jonathan Kew
7839f4a060
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
87ca23dd52
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
157d37a4ed
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
d4ea5254c1
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
d304cf7c20
Bug 656253: Fix intermittent orange due to variables colliding. r=sicking
2011-05-11 11:06:47 -07:00
Benjamin Smedberg
972a1f9e8c
Bug 656331 - XPCOM binary component loading never checks mVersion, r=bz
2011-05-11 13:03:38 -04:00
Jesse Ruderman
77e201bf76
Bug 645142 - A crash test. r=dbaron
2011-05-11 18:49:57 +02:00
Mats Palmgren
ecf9b2ffd6
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
9b597207cc
Bug 649134 - Add a comment explaining the extra subdirectory for the test. r=me
2011-05-11 18:49:57 +02:00
Jason Orendorff
953a8d71f6
Bug 645160 - jsdIStackFrame is incorrectly truncated at indirect eval calls. r=mrbkap.
2011-05-11 11:11:40 -05:00
Mounir Lamouri
a6e0d2fdae
Bug 656260 - Showing/Hidding bundle package doesn't behave correctly. r=joshmoz
2011-05-11 18:00:04 +02:00
Timothy Nikkel
88a07ae5c6
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
6ae99aa202
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
4bade4fce7
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
a14c392751
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
014edefda3
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
aa1434671b
Bug 652775. Remove the default nowrap styling on <legend>. r=dbaron
2011-05-11 11:28:53 -04:00
Oleg Romashin
13f01190c4
Bug 612407 - Add FPS counter like fraps r=joe,jrmuizel
2011-05-10 21:45:42 -04:00
Matt Brubeck
9946278dd1
Bug 656177 - Register Fennec as a handler for file: URIs on Android [r=blassey]
2011-05-11 07:25:53 -07:00
Hiroyuki Ikezoe
763671731d
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
Sebastian Kromp
d80897722a
Bug 633750 - deCOM nsIHTMLEditRules and move methods to nsHTMLEditRules. r=ehsan
2011-05-07 10:04:56 +02:00
Ed Morley
d460b89ece
Bug 654552 - Remove WinCE code from netwerk/* ; r=cbiesinger
2011-05-07 10:03:16 +02:00