Josh Aas
|
666aab680e
|
nsObjectFrame code cleanup. b=572985 r=jst
|
2010-06-23 15:08:35 -04:00 |
|
Ted Mielczarek
|
20fd4a211d
|
fix stupid reftest failure on Win64
|
2010-06-23 14:06:15 -04:00 |
|
Ms2ger
|
27a3b29543
|
Implement the figure element. r=jst+timeless+ehsan (Bug 573356)
|
2010-06-23 10:08:56 -07:00 |
|
Ivan Enderlin ext:(%2C%20Mounir%20Lamouri%20%3Cmounir.lamouri%40gmail.com%3E%2C%20Ms2ger%20%3Cms2ger%40gmail.com%3E)
|
4164b0645e
|
Implement the mark element. r=jonas+timeless (Bug 485377)
|
2010-06-23 10:08:56 -07:00 |
|
Benjamin Smedberg
|
a3250f5999
|
Bug 449129 followup: actually decrement the PaintTracker properly
|
2010-06-23 12:15:58 -04:00 |
|
Benjamin Smedberg
|
1af2f3576f
|
Bug 449129 - abort a plugin process if a plugin attempts to spin an event loop while painting, r=jmathies
|
2010-06-23 10:18:00 -04:00 |
|
Ginn Chen
|
afb9960ccd
|
Bug 572999 Make reftest recognize Solaris r=roc
|
2010-06-23 17:33:21 +08:00 |
|
Boris Zbarsky
|
8e8e4c48e0
|
Adding bug 573127 test
|
2010-06-23 01:43:17 -04:00 |
|
Boris Zbarsky
|
106aa16259
|
Bug 573127. Adjust the assert slightly to make it match reality. r=dbaron
|
2010-06-23 00:47:23 -04:00 |
|
Boris Zbarsky
|
7f14719c4d
|
Bug 573241. When reparenting a style context, don't include any transition rules the old context might have had in the new one, since that can confuse transitions. r=dbaron
|
2010-06-23 00:46:27 -04:00 |
|
Johnny Stenback
|
b5ac9ee398
|
Backed out changeset 82a21d443b5e
|
2010-06-21 22:39:53 -07:00 |
|
Johnny Stenback
|
6268e31519
|
Fixing bug 572609. Use faster version of GetElementById() from our C++ code. r=jonas@sicking.cc
|
2010-06-21 19:58:50 -07:00 |
|
Ms2ger
|
6d0f2e4bcb
|
Bug 395137 - Typo in box-sizing-1-ref.html: "padding: 1px solid". r=dbaron
|
2010-06-22 02:01:45 +02:00 |
|
Chris Jones
|
bf91852da6
|
Bug 572295: Add X11Util.h for X11 toolkits. r=karlt,joedrew
|
2010-06-21 15:35:49 -05:00 |
|
Chris Jones
|
e4c6da5f2d
|
Bug 571730: Initialize the entire XEvent union so that our simple memcpy() serializer doesn't cause valgrind to complain on copying an X*Event smaller than XEvent. r=karlt
|
2010-06-21 15:35:49 -05:00 |
|
Jesse Ruderman
|
681b0a4b53
|
Bug 573209 - stop pretending that nsDisplayListBuilder is only allocated on the stack. r=roc
|
2010-06-21 09:21:41 -07:00 |
|
Jesse Ruderman
|
78252fa123
|
Bug 573202 - annotate nsDisplayCanvasFocus for trace-refcnt. r=roc
|
2010-06-21 09:19:46 -07:00 |
|
Ehsan Akhgari
|
647a6a5576
|
Bug 572598 - Part 7: reftest; r=roc
|
2010-06-21 11:02:15 -04:00 |
|
Neil Deakin
|
192637c8dc
|
Bug 533714, use a size of (0,0) for placeholders, prevents popups from taking up space when not open, r=bz
|
2010-06-21 08:37:35 -04:00 |
|
Neil Deakin
|
53ac2d5dcb
|
Bug 572823, clear button open state when its popup is destroyed, r=neil
|
2010-06-21 08:37:35 -04:00 |
|
Neil Deakin
|
f4a7533d50
|
Bug 554810, use transparent resizer images, also fixes bugs 553752, 553796, 558201, 558203 and 563085, r=roc
|
2010-06-21 08:37:35 -04:00 |
|
Simon Montagu
|
b743b76680
|
Don't make bidi continuations out of empty text frames. Bug 572582, r=roc
|
2010-06-20 22:33:34 -07:00 |
|
Shawn Wilsher
|
324b827888
|
Style links with :link and :visited since on slow builds, history may already have notified that they are visited. (Bug 572576) r=dbaron
|
2010-06-19 20:46:23 -07:00 |
|
L. David Baron
|
6c86828ec0
|
Add test for bug 573255.
--HG--
extra : transplant_source : Y%E3o%C5%F1H8t%AF%3E%1Cu%5B%EA%E0%2B%27%08%EA%C2
|
2010-06-19 14:11:20 -07:00 |
|
L. David Baron
|
ee994ab4a9
|
Merge backout of changeset a6e3300a3bac (bug 571347) for causing bug 573255 because the optimization is invalid given :not() selectors.
|
2010-06-19 14:17:00 -07:00 |
|
L. David Baron
|
d9f82cf345
|
Backed out changeset a6e3300a3bac (bug 571347) for causing bug 573255 because the optimization is invalid given :not() selectors.
|
2010-06-19 14:16:38 -07:00 |
|
Kyle Huey
|
60c5aa6fd2
|
Backed out changeset f54e6386c113
--HG--
extra : rebase_source : 367bf92e0875df1663e79bd6b968cddd677eeb1c
|
2010-06-19 13:19:25 -07:00 |
|
Robert Longson
|
3480f5102b
|
Backout bug 487404
|
2010-06-19 13:55:46 +01:00 |
|
Boris Zbarsky
|
ac7a53b8a2
|
Bug 571347. In HasAttributeDependentStyle when the class attribute is changing, walk only selectors with classes that might be relevant. r=dbaron
|
2010-06-18 12:23:05 -04:00 |
|
Boris Zbarsky
|
2e0c510982
|
Bug 569006. Skip probing for ::before/::after during reresolve if we're not redoing matching on kids, since those can't appear/disappear without either a reframe or a change in what selectors we match. r=dbaron
|
2010-06-18 12:23:05 -04:00 |
|
Boris Zbarsky
|
e81230c9bb
|
Bug 494117 part 2. Don't force selector matching on the whole subtree rooted at an element when the element's style changes. r=dbaron
|
2010-06-18 12:23:05 -04:00 |
|
Boris Zbarsky
|
37c6532fe1
|
Bug 494117 part 1. Rename eRestyle_Self to eRestyle_Subtree. r=dbaron
|
2010-06-18 12:23:05 -04:00 |
|
Boris Zbarsky
|
7cd4ee91fa
|
Bug 479655 part 7. Switch to the new setup for tracking and handling restyles. r=dbaron
|
2010-06-18 12:23:05 -04:00 |
|
Boris Zbarsky
|
117cc77c6f
|
Bug 479655 part 6. Add a private AddPendingRestyle API that allows removing restyle hints, as well as adding them. r=dbaron
|
2010-06-18 12:23:05 -04:00 |
|
Boris Zbarsky
|
f8d9da8e92
|
Bug 479655 part 5. Pass the relevant restyle tracker through to style reresolution. r=dbaron
|
2010-06-18 12:23:05 -04:00 |
|
Boris Zbarsky
|
c459ccbab5
|
Bug 479655 part 4. Move handling of eRestyle_LaterSiblings into RestyleTracker. r=dbaron
|
2010-06-18 12:23:05 -04:00 |
|
Boris Zbarsky
|
37a217faf3
|
Bug 479655 part 3. Refactor restyle processing into a new RestyleTracker class. r=dbaron
|
2010-06-18 12:23:04 -04:00 |
|
Boris Zbarsky
|
c2be2121f1
|
Fix the reftest harness so that a 'load' test that uses reftest-wait doesn't cause following '==' tests to fail. r=roc pending
|
2010-06-18 11:29:52 -04:00 |
|
Robert O'Callahan
|
428cd14b6d
|
background-zoom-4 passes on Mac currently
|
2010-06-18 23:53:23 +12:00 |
|
Robert O'Callahan
|
0b26e4bf5c
|
Backed out changeset 5a07f228795b
|
2010-06-18 23:51:45 +12:00 |
|
Robert O'Callahan
|
f3ea04af03
|
Bug 56839. Part 3: Make reftest harness draw with scrollbars and use the window's layer tree, when possible. r=dbaron
|
2010-06-18 21:25:16 +12:00 |
|
Robert O'Callahan
|
6a21a7add0
|
Bug 572287. Fix leak of mThebesComputationalSurface. r=jwatt
|
2010-06-18 21:21:13 +12:00 |
|
Robert O'Callahan
|
e61ef10c72
|
Bug 568392. Part 4: Add reftests for scrolling.
|
2010-06-18 21:18:42 +12:00 |
|
Robert O'Callahan
|
0478d67897
|
Bug 568392. Part 2: fix reftest images to match descriptions.
|
2010-06-18 21:18:26 +12:00 |
|
Robert O'Callahan
|
46b86c6732
|
Bug 568392. Part 1: fix reftests so they pass if the scrollbars are visible. r=dbaron
|
2010-06-18 21:17:35 +12:00 |
|
wfernandom2004@gmail.com
|
7b192188c1
|
Bug 472529, websockets (protocol v75), r=smaug+biesi
--HG--
rename : netwerk/protocol/http/nsHttpChannel.cpp => netwerk/protocol/http/nsHttpChannelAuthProvider.cpp
rename : netwerk/protocol/http/nsHttpChannel.h => netwerk/protocol/http/nsHttpChannelAuthProvider.h
extra : rebase_source : 44e45b23f85ec0095677233cdbd970c33b0c87b4
|
2010-06-17 21:34:24 +03:00 |
|
Alexander Surkov
|
b9b500e77b
|
Bug 571459 - shutdown document accessible when presshell goes away, patch=bz, surkov, r=surkov, davidb, sr=roc, bz, f=marcoz
|
2010-06-18 11:44:09 +09:00 |
|
Boris Zbarsky
|
d9be0d1283
|
Another missed review comment for bug 479655
|
2010-06-18 15:35:52 -04:00 |
|
Boris Zbarsky
|
6919a66abe
|
Addressing some bug 479655 review comments I missed.
|
2010-06-18 15:18:02 -04:00 |
|
Jesse Ruderman
|
89cdff546e
|
Fix bug number in test
|
2010-06-18 12:15:43 -07:00 |
|