Chris Pearce
|
99ce4bd7db
|
Bug 580531 - Record first paint time and number of images painted in ImageContainer. r=roc
|
2011-03-24 11:28:57 +13:00 |
Chris Pearce
|
112ce7b8a4
|
Bug 580531 - Push ImageContainer subclass' locks up into a superclass monitor. r=roc
|
2011-03-24 11:28:57 +13:00 |
Chris Pearce
|
df6496cfdc
|
Bug 580531 - Handle multiple frames per chunk per packet in WebM playback statistics. r=kinetik
|
2011-03-24 11:28:57 +13:00 |
Chris Pearce
|
fa6037c7a1
|
Bug 580531 - Implement HTMLMediaElement.mozPaintedFrames and mozFrameDelay. r=roc
|
2011-03-24 11:28:57 +13:00 |
Chris Pearce ext:(%2C%20Chris%20Double%20%3Cchris.double%40double.co.nz%3E)
|
dc460d5e2d
|
Bug 580531 - Add video demuxing/decoding stats. r=kinetik sr=roc
|
2011-03-24 11:28:57 +13:00 |
Cameron McCormack
|
c11f8e1ecd
|
Bug 638756 - Stop occasional crashes when using mouse wheel when the Elantech touchpad hack is enabled r=jmathies
|
2011-03-16 12:08:53 +13:00 |
Neil Rashbrook
|
2c647b2c88
|
Bug 614330 maxrows="10" doesn't work in SeaMonkey's search bar r=IanN
NPOTB DONTBUILD
|
2011-03-23 22:02:38 +00:00 |
Hiroyuki Ikezoe
|
78e029d69f
|
Bug 582216 - Make sure that we set _scrollTarget in every case in order to address intermittent failures in tabbrowser overflow handling; r=dao
|
2011-03-16 18:01:34 -04:00 |
Ehsan Akhgari
|
72ad1a75ec
|
Test case for bug 638596; r=roc
|
2011-03-04 13:44:25 -08:00 |
Ehsan Akhgari
|
9ea70771bd
|
Test case for bug 635636; r=roc
|
2011-02-21 16:58:07 -05:00 |
Ehsan Akhgari
|
6efb884afc
|
Bug 644070 - nsNSSCertificate::defaultServerNickname leaks in case of server name conflict; r=mayhemer
|
2011-03-23 15:06:27 -04:00 |
Ehsan Akhgari
|
ca8b5ca0ad
|
Bug 614643 - Don't rely on the afterpaint event because its firing times can be seemingly random. Instead, use the beforepaint event to see when the test is painting; r=arpad
|
2011-03-21 15:37:17 -04:00 |
Ehsan Akhgari
|
19b1445e88
|
Bug 629632 - Mark the intermittently failing tests as random; r=joe
|
2011-03-21 15:37:17 -04:00 |
Ehsan Akhgari
|
b5b0a95353
|
Bug 642823 - Part 2: Correct the original test for selection.modify which tested explicitly for Windows-specific behavior; r=roc
|
2011-03-20 15:53:23 -04:00 |
Ehsan Akhgari
|
c49debc45b
|
Bug 642823 - Make the behavior of nsISelection::Modify consistent for word selection across platforms by not eating spaces on any platform; r=roc
|
2011-03-20 15:49:06 -04:00 |
Ehsan Akhgari
|
3f6c4e2251
|
Bug 642704 - Part 3: Remove test_set.py because it confuses our mochitest suite runner, and we don't need it to run the BrowserScope RichText2 suite; r=roc
|
2011-03-19 16:45:29 -04:00 |
Ehsan Akhgari
|
f4d8acb4d4
|
Bug 642704 - Part 2: Add a test driver to run the BrowserScope RichText2 test suite as a mochitest; r=roc
|
2011-03-19 16:44:30 -04:00 |
Ehsan Akhgari
|
8e90db2542
|
Bug 642704 - Part 1: Import the BrowserScope RichText2 test suite files into the tree; r=roc
|
2011-03-18 18:15:24 -04:00 |
Ehsan Akhgari
|
9366e030ec
|
Bug 642588 - Clean up the drag & drop caret on the editor correctly when the mouse leaves the editable field; r=roc
|
2011-03-18 14:57:02 -04:00 |
Ehsan Akhgari
|
17c5573168
|
Bug 640321 - Register the mouse event handlers for the editor in the system group; r=roc
|
2011-03-16 15:34:30 -04:00 |
Ehsan Akhgari
|
f2493a67e9
|
Bug 637975 - Make XUL textboxes use the normal input textbox spellchecking binding, instead of directly managing it from XBL code, so that spellchecking is less fragile on those textboxes; r=roc
|
2011-03-16 15:34:30 -04:00 |
Ehsan Akhgari
|
7026ee8af0
|
Bug 641466 - Correct the array bounds checking so that the last surrogate pair in a textbox can be deleted correctly; r=roc
|
2011-03-16 15:34:29 -04:00 |
Ehsan Akhgari
|
549b8f7bf9
|
Bug 639695 - Reconnect the HTML editor to the new presentation of a contenteditable document when it changes; r=roc
This fixes things such as the caret not showing up after the presshell for a
document containing a contenteditable element is recreated.
|
2011-03-11 18:45:20 -05:00 |
Ehsan Akhgari
|
eb91b76a71
|
Bug 407127 - Part 6: Remove the presshell argument to nsIEditor::Init as it's no longer necessary; r=roc
|
2011-03-11 00:40:31 -05:00 |
Ehsan Akhgari
|
b3f80390d7
|
Bug 407127 - Part 5: Fix the editor to not rely on cached presshells and selection controllers, because they may not always be valid; r=roc
|
2011-03-11 00:40:31 -05:00 |
Ehsan Akhgari
|
578b2fb9ab
|
Bug 407127 - Part 4: Avoid using the presshell needlessly because it may not always be available; r=roc
|
2011-03-11 00:40:30 -05:00 |
Ehsan Akhgari
|
4ec04ef07f
|
Bug 407127 - Part 3: Get the selection controller for HTML editors from the presshell, instead of holding on to a presshell reference masked as a selection controller; r=roc
|
2011-03-11 00:40:30 -05:00 |
Ehsan Akhgari
|
2a5268420d
|
Bug 407127 - Part 2: Refactor the editor so that it only touches mSelConWeak in GetSelectionController, to make removing it for HTML editors easier; r=roc
|
2011-03-11 00:40:30 -05:00 |
Ehsan Akhgari
|
07ed3f6868
|
Bug 407127 - Part 1: Refactor the editor so that it only touches mPresShellWeak in GetPresShell, to make removing it easier; r=roc
|
2011-03-11 00:40:30 -05:00 |
Ehsan Akhgari
|
7f66b7cc47
|
Bug 637807 - Use GetEntry on the ID hashtable in nsDocument::LookupImageElement; r=bzbarsky
|
2011-03-02 13:57:33 -08:00 |
Ehsan Akhgari
|
782f3784b5
|
Bug 613109 - Make it possible to run a mochitest-* test suite with an extension installed; r=ted
|
2010-11-18 17:15:54 -05:00 |
L. David Baron
|
8aa5ed0c97
|
Merge layout work from projects/birch, part 1. a=bsmedberg
|
2011-03-23 12:36:08 -07:00 |
Siddarth Agarwal
|
daa59234ea
|
Bug 621204 - Add Dict.jsm to toolkit, r=dtownsend
|
2011-03-23 15:13:41 -04:00 |
Mark Banner
|
ed0ca76d07
|
Bug 642408 - Drop nsStringArray now that it is no longer used, r=bsmedberg
|
2011-03-23 15:13:41 -04:00 |
Craig Topper
|
049a2cbebc
|
Bug 585867 part 5. Remove outparam and AddRef from all property getters. r=bzbarsky
|
2011-03-04 12:28:57 -05:00 |
Craig Topper
|
e29ea732b4
|
Bug 585867 part 4. Make SetValueToStyleImage return void. r=bzbarsky
|
2011-03-04 12:28:57 -05:00 |
Craig Topper
|
30c8fd0941
|
Bug 585867 part 3. Make AppendCSSValue infallible. r=bzbarsky
|
2011-03-04 12:28:57 -05:00 |
Craig Topper
|
16821d655c
|
Bug 585867 part 2. Make SetToRGBAColor return void. r=bzbarsky
|
2011-03-04 12:28:57 -05:00 |
Craig Topper
|
e6875da8c5
|
Bug 585867 part 1. Remove OOM checks on the return value of GetROCSSPrimitiveValue and GetROCSSValueList. r=bzbarsky
|
2011-03-04 12:28:56 -05:00 |
L. David Baron
|
85d2328b81
|
Condition should be d2d rather than winWidget. (Bug 635222)
|
2011-03-04 07:46:28 -08:00 |
Boris Zbarsky
|
3c361751b1
|
Bug 616137. Skip to the nearest ']' when parsing an attr selector fails. r=dbaron
|
2011-03-04 10:27:02 -05:00 |
Boris Zbarsky
|
2f6f6516a3
|
Bug 621841. Clear restyle flags in frameset kids when we process them. r=dbaron
|
2011-03-04 10:27:02 -05:00 |
Boris Zbarsky
|
ed37053c8b
|
Bug 632907. Use Element more in the frame constructor. r=roc
|
2011-03-04 10:27:02 -05:00 |
Boris Zbarsky
|
62f240087c
|
Bug 614733. Do exponential backoff on throttled refresh drivers. r=dbaron
|
2011-03-04 10:27:02 -05:00 |
L. David Baron
|
56a0cc090c
|
Mark new test as failing on Windows due to rounding difference. (Bug 635222)
|
2011-03-03 21:42:31 -08:00 |
L. David Baron
|
afe6b1c58f
|
Mark new test as failing on Mac due to rounding difference. (Bug 635222)
|
2011-03-03 18:58:37 -08:00 |
L. David Baron
|
458b3f4865
|
-moz-box-ordinal-group should not accept 0, since the code that uses the property ignores values of 0. (Bug 636034) r=bzbarsky
|
2011-03-03 13:18:42 -08:00 |
L. David Baron
|
80c0d5d503
|
Correctly handle non-repeating radial gradients in which all stops are at the same position. (Bug 635222) r=roc
|
2011-03-03 13:18:42 -08:00 |
L. David Baron
|
21a9c1a4f9
|
Fix nsXULScrollFrame parameter names that are named incorrectly and fix inconsistencies between .h and .cpp. (Bug 636307) r=ehsan
|
2011-03-03 13:18:42 -08:00 |
L. David Baron
|
c1745e3355
|
Remove tracking of whether the font family comes from HTML, since we no longer use the information. (Bug 636040) r=jdaggett
|
2011-03-03 13:18:42 -08:00 |