Peter Van der Beken
d67f43387d
Backing out 2afbac619d82 (Bug 560462 part 3b) to fix orange
2010-06-01 15:36:50 +02:00
Peter Van der Beken
a11fae58d2
Fix for bug 560462 (Use fast unwrapping for more quickstubs), part 3b - use fast unwrapping for nsIDOMNodeList_GetLength. r=jst.
2010-05-31 18:39:36 +02:00
Peter Van der Beken
9d8cde356a
Fix for bug 560462 (Use fast unwrapping for more quickstubs), part 3a. r=jst.
2010-04-19 17:41:39 +02:00
Vladimir Vukicevic
1fc75ed264
bustage fix; getting rid of two semicolons
2010-05-31 19:47:42 -07:00
Vladimir Vukicevic
cdebcfceeb
b=566447; add presshell memory reporter; r=bz
2010-05-31 19:19:35 -07:00
Robert O'Callahan
f5015af2c5
Bug 568189. Add patches to list.
2010-06-01 14:09:44 +12:00
Robert O'Callahan
b07718f813
Bug 552537. Add patch to list.
2010-06-01 14:05:55 +12:00
Robert O'Callahan
47cd1aaa95
Backout bug 566128 to fix test failures
2010-06-01 13:53:59 +12:00
Robert O'Callahan
c33a5c439b
Backed out changeset 25c7d2e71e57
2010-06-01 13:53:43 +12:00
Robert O'Callahan
3c4e6d3c66
Backout bug 566128 to fix test failures
2010-06-01 13:53:19 +12:00
Robert O'Callahan
61cccc8380
Backed out changeset cf9fcc2c89b1
2010-06-01 13:53:05 +12:00
Robert O'Callahan
fe53ffd82f
Backed out changeset 2f626891ac2b
2010-06-01 13:52:21 +12:00
Robert O'Callahan
18de3278a1
Fix test_button03 UNEXPECTED PASS
2010-06-01 12:44:21 +12:00
Robert O'Callahan
4ec358f9bc
Backing out fix for bug 565904 to fix test failures
2010-06-01 12:42:08 +12:00
Robert O'Callahan
0aab0d9baa
Backed out changeset 95894b2d2c52
2010-06-01 12:41:45 +12:00
Yong
1bcc5e908c
Bug 552627. Align stack correctly in xptcall so we can use SSE2 without crashing. r=timeless
2010-06-01 11:55:49 +12:00
Mounir Lamouri
feddc71f15
Bug 569216. Render Cocoa progressbars using RenderTransformedHIThemeControl. r=mstange
2010-06-01 11:53:47 +12:00
Craig Topper
758b19e355
Bug 569189. Remove unneeded QIs for style sheets, part 2. r=dbaron
2010-06-01 11:51:40 +12:00
Craig Topper
19b1dea37a
Bug 569189. Remove unneeded QIs for style sheets. r=dbaron
2010-06-01 11:51:06 +12:00
Craig Topper
2abf52364b
Bug 569181. nsCOMPtr<nsMediaList> should be nsRefPtr. r=dbaron
2010-06-01 11:50:10 +12:00
Mounir Lamouri
736592869f
Bug 566128. Tests. r=sicking
2010-06-01 11:46:21 +12:00
Mounir Lamouri
7405f05750
Bug 566128. 'action' IDL attribute should reflect content attribute. r=sicking
2010-06-01 11:45:25 +12:00
Mounir Lamouri
3b80d651d3
Bug 566046. Tests. r=sicking
2010-06-01 11:44:33 +12:00
Mounir Lamouri
d61581d3cf
Bug 566046. 'target' IDL attribute should reflect content attribute. r=sicking
2010-06-01 11:43:11 +12:00
Mounir Lamouri
178197b22b
Bug 565904. <option> and <optgroup> elements aren't form controls. r=smaug
2010-06-01 11:40:57 +12:00
Robert O'Callahan
1585ad342c
Bug 568390. When a Mac plugin is instantiated, as well as showing the widget we need to explicitly invalidate our frame. r=josh
2010-06-01 11:38:40 +12:00
Robert O'Callahan
0263b02bb2
Bug 568189. Create gfxASurface::CreateSimilarSurface API. r=jrmuizel
2010-06-01 11:37:44 +12:00
Robert O'Callahan
1c33c7c444
Bug 568189. Implement CGLayer-backed cairo-quartz surfaces. r=jrmuizel
2010-06-01 11:33:23 +12:00
Robert O'Callahan
ca0167498f
Bug 568189. Part 3: Remove snapshot backend function since it doesn't work and we may as well just fall back. r=jrmuizel
2010-06-01 11:33:05 +12:00
Robert O'Callahan
a66b969df2
Bug 586041. Part 2: refactor RemoveChild. r=bas
2010-06-01 11:32:05 +12:00
Robert O'Callahan
17b78218c8
Bug 568041. Add user-data API and GetRoot to LayerManager. Move mVisibleRegion into Layer. r=bas,sr=vlad
2010-06-01 11:29:37 +12:00
Robert O'Callahan
60499e8fa3
Bug 559499. Don't need to put the children of nsCanvasFrame in a psuedo-stacking-context. r=mats
2010-06-01 11:22:50 +12:00
Robert O'Callahan
5454ad4517
Bug 552537. Cache the CGImageRef that we create for a CGBitmapContext so that we can take advantage of Quartz caching optimizations. r=jrmuizel
2010-06-01 11:19:45 +12:00
Markus Stange
5b01220cdf
Bug 426082 - Fix the test to deal with focus rings correctly.
2010-05-31 21:10:55 +02:00
Markus Stange
82e6086d92
Bug 426082, part 4: Test. r=smaug
2010-05-31 19:50:55 +02:00
Markus Stange
77a4281c8d
Bug 426082, part 3: Reflect a label's :hover/:active state on its associated natively themed control.
...
This patch adds an aFollowLabels argument to nsIEventStateManager::GetContentState which defaults to false. Setting it to true will return NS_EVENT_STATE_HOVER / _ACTIVE for labeled controls even if only their label is subject to this state. At the moment this flag is only set by native theming, so there won't be an observable change for the :hover / :active pseudoclasses.
In order to make dynamic state changes on the label work, SetContentState will now always notify the labeled control of state changes when its label changes state.
r=smaug
2010-05-31 19:49:55 +02:00
Markus Stange
5e59cfef32
Bug 426082, part 2: Make nsEventStateManager::GetContentState return the state directly instead of using an outparam. r=dbaron
2010-05-31 19:49:04 +02:00
Markus Stange
ba23dd0663
Bug 426082, part 1: Some refactoring in nsEventStateManager::Get/SetContentState. r=dbaron
2010-05-31 19:47:11 +02:00
Taras Glek
fdd896ff6f
Bug 569137 - Avoid pgo bug in gcc4.5 r=ted
2010-05-31 10:13:30 -07:00
Ehsan Akhgari
a687eb65f8
Bug 568373 - Use "Desktop" on all platforms; r=roc
2010-05-31 09:55:06 -04:00
Henri Sivonen
9e503bd46a
Bug 568611 - Remove an unused variable from nsHtml5TreeBuilder. r=dholbert.
2010-05-31 14:46:46 +03:00
Makoto Kato
6fb8d92ebe
Fix bustage of Bug 553540. typo fix
2010-05-31 16:07:35 +09:00
Makoto Kato
2c4892eb22
Fix bustage of Bug 553540
2010-05-31 16:01:07 +09:00
Makoto Kato
372b98d06e
Bug 553540 - need new flag to nsPlainTextSerializer to support delsp=yes (RFC 3676). r=laurent sr=jst
2010-04-02 18:21:40 +09:00
Chris Pearce
386e8357b5
Bug 558761 - Update OS2 patches for libsydney audio (actually with the changes this time...). r=cpearce
2010-05-31 15:21:44 +12:00
Ehsan Akhgari
715b4a1bfb
One more bustage fix for bug 568373
2010-05-30 21:53:03 -04:00
Ehsan Akhgari
ac83b076ef
Bug 568373 - Use "Desktop" for Windows, because apparently we don't have a useful notion of "Home" on Windows
2010-05-30 21:50:11 -04:00
Ehsan Akhgari
4913d26498
Bug 568373 - test bustage fix
2010-05-30 19:44:10 -04:00
Ehsan Akhgari
de19447abd
Bug 568373 - Private browsing saves the path of Uploaded files in Gmail; r=roc
2010-05-30 18:54:34 -04:00
Ehsan Akhgari
5a941e7405
Bug 568362 - Protect IsPreFormatted callers from premature death; r=roc
2010-05-27 21:18:48 -04:00