Masayuki Nakano
|
868cf51bc8
|
Bug 537041 "ASSERTION: Wrong document somewhere" with contenteditable, stylesheet r=bz
|
2010-01-06 14:55:54 +09:00 |
|
Daniel Holbert
|
9cf666c616
|
Bug 536834: Notify external resource documents of PageHide & PageShow events, in the main document's OnPageHide / OnPageShow methods. r=roc
|
2010-01-05 20:50:05 -08:00 |
|
Taras Glek
|
d85823fed6
|
Bug 538014 - Handlers in txStylesheetCompileHandlers.cpp should be static, r=jonas
|
2010-01-05 18:31:58 -05:00 |
|
Josh Aas
|
4ef1870cfe
|
Minor cleanup, no bug. a=bsmedberg
|
2010-01-05 13:30:00 -05:00 |
|
Daniel Holbert
|
96cd4fb14d
|
Bug 530983, patch 2: Enable SMIL animation for 'clip' property. r=roc
|
2010-01-04 16:32:11 -08:00 |
|
Simon Montagu
|
f8b1e18a1b
|
Add DOM Range test with non-contiguous selection rectangles in mixed directional text. Bug 525788
|
2010-01-03 00:46:48 -08:00 |
|
Simon Montagu
|
7f73861a8e
|
Fix mixed directional DOM Range tests from bug 396392. Bug 525788, r=roc
|
2010-01-03 00:46:38 -08:00 |
|
Simon Montagu
|
16759521a4
|
Round coordinates to 1/256 pixel to fix DOM Range tests from bug 396392 that were failing on Mac. Bug 525788, r=roc
|
2010-01-03 00:46:05 -08:00 |
|
Boris Zbarsky
|
de6e7f37e7
|
Bug 536716. Make BuildScrollFrame not set the primary frame on the content, fix letter frames to reset primary frames to 0 before resetting them to the new value as needed, fix things so <area> never gets a frame of its own, and reenable the SetPrimaryFrame assertion when the primary frame is being changed from one non-null frame to another. r=roc
|
2009-12-31 14:07:56 -05:00 |
|
L. David Baron
|
722b8f18b0
|
DeCOMify nsHTMLCSSStyleSheet. (Bug 239008) r=bzbarsky
|
2009-12-31 10:56:33 -05:00 |
|
Nochum Sossonko
|
9ee5d7a4da
|
backout changeset dfc79d02e945 due to Linux build failure
|
2009-12-30 19:06:35 -05:00 |
|
Nochum Sossonko
|
2738155859
|
backout changeset dfc79d02e945, bug 530374 due to build failure
|
2009-12-30 19:04:52 -05:00 |
|
Ms2ger
|
992a4e933a
|
Bug 530171 - Correctly handle null arguments to nsIDOMTokenList's methods, r=slvain.pasche, sr=olli.pettay
|
2009-12-30 18:29:40 -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 |
|
Jae-Seong Lee-Russo
|
dac7014353
|
Bug 530372 - Replace PR_MIN/PR_MAX with NS_MIN/NS_MAX in svg smil, r=jwatt
|
2009-12-30 18:25:44 -05:00 |
|
Josh Aas
|
b3e5cdbc41
|
Backed out changeset bee6729280d8
|
2009-12-30 17:29:26 -05:00 |
|
Tom Dyas
|
8917c60dff
|
Support receiving data from Mac OS X services into text and HTML editors. b=525389 r=josh r/sr=smaug
|
2009-12-30 15:58:33 -05:00 |
|
Phil Lacy
|
37301a883c
|
Bug 536920 - Cursor flashes and doesn't update during drag and drop operations. r=enndeakin.
|
2009-12-30 11:06:07 -06:00 |
|
Olli Pettay
|
535ca168cc
|
Bug 469304 - Attribute nodes set with setAttributeNode get mutated, r=sicking
--HG--
extra : rebase_source : fd36b564ebc3cc574724e0f7993204319ec5220f
|
2009-12-28 16:35:06 +02:00 |
|
Boris Zbarsky
|
bcbacfe511
|
Bug 500882 another followup. This assertion is currently false for comboboxes; we need to fix them first. Needed to fix orange.
|
2009-12-24 19:18:32 -05:00 |
|
Boris Zbarsky
|
c85e350f7c
|
Bug 500882 followup. For some frame types, we set the primary frame multiple times, to the same value. Fixes orange
|
2009-12-24 17:41:02 -05:00 |
|
Boris Zbarsky
|
e558f982e4
|
Bug 500882 part 8. Remove the SetMayHaveFrame/MayHaveFrame vestiges. r=smaug
|
2009-12-24 16:20:06 -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 |
|
Boris Zbarsky
|
b0ba4290ce
|
Bug 500882 part 2. Switch setting of primary frames to the new API; switch nsFrameManager::GetPrimaryFrameFor to the new API; remove resulting gobs of dead code. r=roc
|
2009-12-24 16:20:05 -05:00 |
|
Boris Zbarsky
|
78cf162db9
|
Bug 500882 part 1. Give nsIContent an nsIFrame member. r=smaug, sr=roc
|
2009-12-24 16:20:05 -05:00 |
|
Simon Montagu
|
cbcdcdd806
|
Fix failing test from bug 525788. r=roc
|
2009-12-24 12:29:27 +02:00 |
|
L. David Baron
|
a06714dca7
|
Merge backout of changeset 2752efeb2fdd (Bug 535004: Check if we've fired an unload event before calling OnPageShow, in DocumentViewerImpl::LoadComplete) because the NS_ABORT_IF_FALSE that it added is firing in reftest and crashtest, at least on Linux.
|
2009-12-23 23:05:37 -05:00 |
|
L. David Baron
|
4503f159b6
|
Backed out changeset 2752efeb2fdd (Bug 535004: Check if we've fired an unload event before calling OnPageShow, in DocumentViewerImpl::LoadComplete) because the NS_ABORT_IF_FALSE that it added is firing in reftest and crashtest, at least on Linux.
|
2009-12-23 23:05:15 -05:00 |
|
Daniel Holbert
|
029e0c411a
|
Bug 534975: Allow for null document pointer on SMIL animation targets, in case they get removed from tree due to a restyle during sample. r=roc
|
2009-12-23 16:19:29 -08:00 |
|
Daniel Holbert
|
4a8bd6f42f
|
Bug 535004: Check if we've fired an unload event before calling OnPageShow, in DocumentViewerImpl::LoadComplete. r=smaug
|
2009-12-23 16:19:26 -08:00 |
|
L. David Baron
|
4c65f842dd
|
Implement events part of CSS transitions: add support for the transitionend DOM event. (Bug 531585) r=smaug
|
2009-12-23 14:10:31 -05:00 |
|
Benjamin Smedberg
|
df57e102fe
|
Back out all the pieces of bug 531585 (transitioned event for end of CSS transitions) because of timeouts in test_transitions_events.html
|
2009-12-23 10:15:26 -05:00 |
|
L. David Baron
|
31ad7bf3f4
|
Implement events part of CSS transitions: add support for the transitionend DOM event. (Bug 531585) r=smaug
|
2009-12-23 06:35:46 -05:00 |
|
Robert Sayre
|
cda8010726
|
Merge.
|
2009-12-22 12:08:43 -05:00 |
|
Daniel Holbert
|
e30078c6f9
|
Trivial fix for random orange in test 'test_smilTextZoom.xhtml' from bug 474049.
|
2009-12-21 18:28:24 -08:00 |
|
Metal Sonic
|
80ae9b3620
|
Bug 507387 - fix copyright holder; Mozilla Corporation -> Mozilla Foundation. r=gerv.
|
2009-12-21 21:50:30 +00:00 |
|
Peter Van der Beken
|
462867f0a5
|
Bug 535638. DNS prefetch cache should hold weak references. r=bz, sr=sicking
|
2009-12-21 12:43:05 -05:00 |
|
Simon Montagu
|
6c281217b5
|
Backout changeset 4ed95e61ee01 because of test failures
|
2009-12-21 02:28:41 -08: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 |
|
Simon Montagu
|
4b1cd503bb
|
Fix mixed directional tests from bug 396392. Bug 525788, r=roc
|
2009-12-21 00:56:14 -08:00 |
|
Robert Sayre
|
62fc63dc61
|
Merge mozilla-central to tracemonkey.
|
2009-12-20 16:25:20 -05:00 |
|
Jeff Walden
|
893339719a
|
Bug 529404 - Assignments to a property that has a getter but not a setter should not throw a TypeError per ES5, except in strict mode. r=brendan
|
2009-12-08 17:00:42 -08:00 |
|
Robert Longson
|
f4a84e10c3
|
Bug 534841 - filter feFunc[RGBA] does not default omitted attributes correctly. r=roc
|
2009-12-17 11:00:54 +00:00 |
|
Masayuki Nakano
|
404076172d
|
Bug 535041 Crash [@ nsContentUtils::IsInSameAnonymousTree] r=Olli
|
2009-12-17 13:46:30 +09:00 |
|
Olli Pettay
|
f5357928ad
|
bug 531176, r=sicking, sr=jst
|
2009-12-18 21:27:57 +02:00 |
|
Olli Pettay
|
12ce4515bb
|
Bug 528196 - Optimize nsEventTargetChainItem::HandleEvent, r=jst
--HG--
extra : rebase_source : 0399c7922f80ed1775b0fb154dc2342bd146f519
|
2009-12-18 20:50:49 +02:00 |
|
Benjamin Smedberg
|
8051ceb908
|
Merge only plugin changes from e10s to mozilla-central.
|
2009-12-16 09:19:07 -05:00 |
|
Benjamin Smedberg
|
c827f3a584
|
Electrolysis-plugin-only bookkeeping commit.
|
2009-12-15 20:33:05 -05:00 |
|
Benjamin Smedberg
|
83b97480d2
|
Merge mozilla-central into electrolysis.
|
2009-12-15 20:31:04 -05:00 |
|
Robert O'Callahan
|
81abfbc319
|
Bug 526323. Make test_access_controls more precise about attributing failures to the right test, and re-enable it. r=cpearce
|
2009-12-16 09:08:59 +13:00 |
|