Craig Topper
|
25d5518e18
|
Bug 557416: Remove unnecessary includes and forward declarations of nsIPresShell. r=roc
|
2010-04-10 16:09:38 -04:00 |
Peter Van der Beken
|
85c9e641b0
|
Fix for bug 533637 (Speed up unwrapping a node in quickstubs that use nsINode (dromaeo)). Pair every DOMCI to a specific C++ class. r=jst.
--HG--
extra : rebase_source : 9a7823b365cfca04bb08c5be94eab29d218f1e61
|
2010-01-12 14:08:43 +01:00 |
felipc@gmail.com
|
e376a5e6f1
|
Bug 547996 - Be able to tell when a click was generated by a tap on the screen, r=smaug,jimm, sr=jst
|
2010-04-06 15:59:24 +03:00 |
Daniel Holbert
|
6219dad190
|
Bug 551298, patch D: Use NS_INLINE_DECL_REFCOUNTING in /content/ directory. r=sicking
|
2010-04-01 11:05:40 -07:00 |
Daniel Holbert
|
9a588376e3
|
Backed out changeset 13819d2e9bd8 (Bug 551298) due to Linux debug mochitest-5 orange
|
2010-04-01 09:37:26 -07:00 |
Daniel Holbert
|
ca50c7092d
|
Bug 551298, patch D: Use NS_INLINE_DECL_REFCOUNTING in /content/ directory. r=sicking
|
2010-04-01 08:08:51 -07:00 |
Daniel Holbert
|
5732abd0d7
|
Bug 556005: Remove unused variable 'rv' from nsXULDocument.cpp. r=bz
|
2010-04-01 08:07:22 -07:00 |
Craig Topper
|
b37453ff6d
|
Bug 555888 - Convert nsCOMPtr<nsPresContext> to nsRefPtr<nsPresContext>. r=roc
--HG--
extra : rebase_source : fd3a575d23d76c0adeed53ae6b83268484988014
|
2010-03-31 13:09:11 +02:00 |
Craig Topper
|
fd9001c409
|
Bug 554253 - Convert nsCOMPtr<nsPresContext> to nsRefPtr<nsPresContext>. r=roc
--HG--
extra : rebase_source : d828daca07188864d055f3d1a72f5217632eb358
|
2010-03-25 14:17:11 +01:00 |
Markus Stange
|
00fbecd8b0
|
Bug 508482 - Window activation status should be a pseudoclass (:-moz-window-inactive) instead of an attribute. r=dbaron, r+sr=jst
|
2010-03-17 18:10:57 +01:00 |
Serge Gautherie
|
db883dd7ea
|
Bug 553807 - "ASSERTION: Value of subject is not set: 'subjectValue', file .../nsRDFBinding.cpp, line 286"; (Av1) Remove silly assertion.
r=enndeakin.
|
2010-03-20 18:45:32 +01:00 |
Neil Deakin
|
7bd824158e
|
Better logging for errors in xul template tests, no bug
|
2010-03-19 07:51:11 -04:00 |
Peter Van der Beken
|
e1c6294f66
|
Fix for bug 552716 (Remove NS_INTERFACE_MAP_ENTRY_CONTENT_CLASSINFO). r=jst.
--HG--
extra : rebase_source : 8e03b54ff6117dcac27188b296c59dcafbb6db78
|
2010-03-17 16:09:05 +01:00 |
Markus Stange
|
d0207d99c6
|
Backed out changeset e17c076aceea, bug 508482 (:-moz-window-inactive pseudoclass) because of test_righttoleft.xul test failures.
|
2010-03-17 20:03:53 +01:00 |
Markus Stange
|
4a7a64bc2e
|
Bug 508482 - Window activation status should be a pseudoclass (:-moz-window-inactive) instead of an attribute. r=dbaron, r+sr=jst
|
2010-03-17 18:10:57 +01:00 |
Laurent Jouanneau
|
d6faf3a8df
|
Bug 543710 - Logging for XUL template based on storage; The patch to commit.
r=enndeakin sr=neil.
|
2010-03-09 01:02:27 +01:00 |
Jonas Sicking
|
0e6d5d8188
|
Bug 534136 Part 3: Optimize atom-using code for the fact that atoms store 16bit strings. Also take advantage of new nsAtomString API. r=bz
|
2010-03-08 07:45:00 -08:00 |
Jonas Sicking
|
c7c7514f75
|
Bug 534136 Part 2: Use 16bit-char buffers inside atoms. r=bz sr=mrbkap
|
2010-03-08 07:45:00 -08:00 |
Chris Jones
|
a7ca970622
|
Bug 441324, part 1: Shuffle around includes to avoid problems with #define malloc et al. r=bsmedberg
|
2010-03-03 23:02:55 -06:00 |
Zack Weinberg
|
6ce13b76a5
|
Bug 544112 part 2: DeCOMtaminate and devirtualize nsCSSLoader. r=bzbarsky sr=dbaron
--HG--
rename : layout/style/nsICSSLoader.h => layout/style/nsCSSLoader.h
|
2010-03-02 13:00:53 -08:00 |
Zack Weinberg
|
1fdb0388ba
|
Bug 523496: DeCOMtaminate nsCSSParser. r=bzbarsky sr=dbaron
--HG--
rename : layout/style/nsICSSParser.h => layout/style/nsCSSParser.h
|
2010-03-02 12:59:32 -08:00 |
Jesse Ruderman
|
ff8208a031
|
Add crashtests
|
2010-02-27 13:04:34 -08:00 |
Boris Zbarsky
|
a0bacc22e3
|
Bug 534526 part 1. Remove a SetAttrAndNotify caller by making XUL inherit from nsStyledElement. r=sicking
|
2010-02-23 23:37:46 -05:00 |
Neil Deakin
|
3cb7c0acf7
|
Bug 528491, combine nsFocusController and nsWindowRoot, r=jst,sr=smaug
|
2010-02-20 11:07:03 -05:00 |
Boris Zbarsky
|
1f5e3f44d1
|
Bug 547342 attempted fix. Since scrollToRow doesn't flush layout, and since layout is what sets up the tree view, and since scrollToRow bails out early if there's no view, make sure to flush layout before calling scrollToRow. But we should really consider fixing scrollToRow instead.
|
2010-02-19 23:35:17 -05:00 |
Timothy Nikkel
|
895e60343d
|
Bug 545593. Remove nsViewManager::Enable/DisableRefresh. r=roc
|
2010-02-18 13:23:23 -06:00 |
Timothy Nikkel
|
0483c805d9
|
Backed out changeset 93c7b23284b8 (Bug 545593) for causing Md oth failures on linux.
|
2010-02-12 16:46:04 -06:00 |
Timothy Nikkel
|
4f8c3bd548
|
Bug 545593. Remove nsViewManager::Enable/DisableRefresh. r=roc
--HG--
extra : rebase_source : 963053b0f3d5712308b53c665dddcedae08a2b21
|
2010-02-11 18:14:59 -06:00 |
Jae-Seong Lee-Russo
|
082e12c87c
|
Bug 517553: Remove '=='/'!=' 'PR_FALSE'/'PR_TRUE'
|
2010-02-07 10:52:43 -05:00 |
Peter Van der Beken
|
e0badab2b6
|
Fix for bug 540443 (Change one argument of nsContentUtils::CheckSameOrigin from nsIDOMNode to nsINode). r=bz.
|
2010-01-12 14:08:44 +01:00 |
Neil Deakin
|
451c9fc14a
|
Bug 543821, iterate a bit more and wait for the xml datasource to load in this test, should fix intermittent orange
|
2010-02-04 09:12:41 -05:00 |
Neil Deakin
|
16dc90226c
|
Bug 543634, fix intermittent orange in template test by waiting until data is loaded before adding expected error messages
|
2010-02-02 12:18:37 -05:00 |
Neil Deakin
|
b23667db1f
|
Bug 321169, add logging facility to xul templates, r=sicking,sr=neil
|
2010-02-01 13:09:47 -05:00 |
Boris Zbarsky
|
b11e1b25ea
|
Bug 537507. Make sure to flag XUL documents as allowing InitialReflow to be called on the presshell even if there are no presshells around when StartLayout is called on the document. r=jst
|
2010-01-13 11:30:11 -05:00 |
Robert O'Callahan
|
88696f1094
|
Bug 526394. Part 9: More conversion for nsEventStateManager and nsImageDocument. r=smaug
|
2010-01-12 10:45:04 +13:00 |
Olli Pettay
|
c0f0d7e3a5
|
Bug 534226 - Remove support for multiple presshells, r=bz, sr=roc
|
2010-01-07 12:36:11 +02:00 |
Nochum Sossonko
|
2738155859
|
backout changeset dfc79d02e945, bug 530374 due to build failure
|
2009-12-30 19:04:52 -05:00 |
Jae-Seong Lee-Russo
|
58cdd43a57
|
Bug 530374 - Replace PR_MIN/PR_MAX with NS_MIN/NS_MAX in xslt, r=jonas
|
2009-12-30 18:27:30 -05:00 |
Boris Zbarsky
|
c58001cbc4
|
Bug 500882 part 4. Switch content module to using the new GetPrimaryFrame API. r=smaug, sr=roc
|
2009-12-24 16:20:05 -05:00 |
Simon Montagu
|
9da073015b
|
Bug 224547: Change the organization of the window title bar for RTL XUL windows. Part 1, refactoring, r=enndeakin
|
2009-12-21 12:21:52 +02:00 |
Neil Deakin
|
0ae60a4b04
|
Bug 321177, use recursive algorithm to find member variable, r=jonas
|
2009-12-15 11:07:50 -05:00 |
Boris Zbarsky
|
b694bf4f11
|
Bug 523294 part 3. Get rid of the now-unused aStateMask argument to AttributeChanged. r=dbaron
|
2009-12-10 14:36:04 -08:00 |
Jesse Ruderman
|
38f061b3b9
|
Add crashtests for a few bugs
|
2009-12-06 17:53:38 -08:00 |
enndeakin@gmail.com
|
263703657b
|
Bug 525856 - White-space in source code affects how link receive focus from keyboard (tab key), r=smaug, sr=roc
|
2009-11-20 14:09:33 +02:00 |
Blair McBride
|
b325aad4d2
|
Bug 528792 - :-moz-lwtheme incorrectly depends on the lwthemetextcolor attribute. r=dbaron
|
2009-11-16 09:27:44 +01:00 |
Mats Palmgren
|
a91ff35e31
|
Crash test for bug 497875.
|
2009-11-07 04:28:26 +01:00 |
Mats Palmgren
|
998928868a
|
Null-check mCurrentPrototype (it's set to null when loading an overlay fails). b=497875 r=neil
|
2009-11-06 22:52:00 +01:00 |
Gijs Kruitbosch
|
35639a9061
|
Followup fix for bug 524995, r=gavin
|
2009-10-30 10:57:36 +01:00 |
Boris Zbarsky
|
4c55c31dc5
|
Bug 467005. Be smarter about our removable script blockers. r=sicking
|
2009-10-29 21:48:38 -04:00 |
Gijs Kruitbosch
|
c888c1980e
|
Back out bug 487059, fix tests and EM to cope, r=gavin,beltzner, bug 524995
--HG--
extra : rebase_source : d8414b8de165cf2fa534719c36416d82d21872c6
|
2009-10-29 14:44:10 +01:00 |