Benjamin Smedberg
|
20b787e19d
|
Merge mozilla-central into electrolysis.
|
2010-01-18 10:26:52 -05:00 |
|
Benjamin Smedberg
|
a7f5ec0359
|
Merge mozilla-central into electrolysis before bug 530475 to avoid merge conflicts with bugs landed in both branches.
|
2010-01-18 10:22:53 -05:00 |
|
Daniel Holbert
|
aaf973be9a
|
Bug 539585: Fix "warning: format '%p' expects type 'void*'" in content directory. r=jst
|
2010-01-17 15:11:02 -08:00 |
|
Jonathan Watt
|
7f0675661a
|
Bug 537067. SMIL animation of <length> attributes does not work. r=roc
|
2010-01-15 14:21:06 +00:00 |
|
Benjamin Smedberg
|
1fa381537b
|
Merge mozilla-central into electrolysis
|
2010-01-14 09:01:59 -05:00 |
|
Peter Van der Beken
|
0927783cce
|
Back out changeset aa4791e4dad9 (Bug 529386 - optimize canvas.width = canvas.width) to fix orange.
|
2010-01-14 12:59:53 +01:00 |
|
Benjamin Smedberg
|
f4cf37213c
|
Merge mozilla-central into electrolysis
|
2010-01-13 10:51:41 -05:00 |
|
Peter Van der Beken
|
306469ad68
|
Fix for bug 539236 (Make nsSVGAnimateTransformElement use SVGAnimateTransformElement DOMCI). r=roc.
--HG--
extra : rebase_source : 4e2e5c084aba8d6aa91502e39fa3f4c51e4fa164
|
2010-01-13 14:52:31 +01:00 |
|
Peter Van der Beken
|
a5b6707a12
|
Fix for bug 428229 (Unable to override addEventListener), remove custom addEventListener code. r=bz.
--HG--
extra : rebase_source : 4e679da2100075a1e3c4ad557b92a3c86a5cf7be
|
2010-01-13 14:50:01 +01:00 |
|
Saint Wesonga
|
bee00f60ec
|
Bug 529386 - optimize canvas.width = canvas.width. r=vlad
|
2010-01-14 11:45:57 +01:00 |
|
Brian Birtles
|
44cd3b8d6b
|
Bug 534325: Apply SMIL restart semantics at interval start times rather than end times, and allow duration to determine interval-ending when there's no end attribute. r=dholbert sr=roc
|
2010-01-13 00:18:51 -08:00 |
|
Daniel Holbert
|
4aa49ca63e
|
Bug 537313: Disable MSVC warning C4355 ('this' used in init list) in SVG's consumers of nsReferencedElement. r=roc
|
2010-01-13 00:18:48 -08:00 |
|
Daniel Holbert
|
06b966053e
|
s/nulll/null/ in nsNodeUtils::SetUserData header comment. (no bug; comment-only fix)
|
2010-01-13 00:18:46 -08:00 |
|
Daniel Holbert
|
141de6d154
|
Bug 526536: Add some testcases that should be fixed by syncbase timing patches. (tests-only change)
|
2010-01-12 12:00:50 -08:00 |
|
Daniel Holbert
|
da78d003b2
|
Bug 537852 followup D: Misc nit fixes to syncbase reftests. r=birtles
|
2010-01-12 12:00:50 -08:00 |
|
Brian Birtles
|
610477f65e
|
Bug 537852: Add tests for syncbase timing (bug 474743). r=dholbert
|
2010-01-12 12:00:49 -08:00 |
|
Daniel Holbert
|
56ee09184b
|
Bug 474743 Patch D followup: Switch nsSMILTimedElement::mTimeDependents to be a hash table instead of an array. r=birtles sr=roc
|
2010-01-12 12:00:49 -08:00 |
|
Brian Birtles
|
c8f6f13d21
|
Bug 474743 Patch D: Implement syncbase logic. r=dholbert sr=roc
|
2010-01-12 12:00:49 -08:00 |
|
Brian Birtles
|
2d6def246c
|
Bug 474743 Patch C: Implement the parsing for syncbase timing. r=dholbert sr=roc
|
2010-01-12 12:00:49 -08:00 |
|
Brian Birtles
|
36ddff2445
|
Bug 474743 Patch B: Implement milestone sampling behavior. r=dholbert sr=roc
|
2010-01-12 12:00:49 -08:00 |
|
Brian Birtles
|
fa6faa698b
|
Bug 474743 Patch A: Refactor nsSMILParserUtils to use newer iterators. r=dholbert sr=roc
|
2010-01-12 12:00:49 -08:00 |
|
Benjamin Smedberg
|
49a4b91ef5
|
Merge mozilla-central into electrolysis.
|
2010-01-11 10:08:36 -05:00 |
|
Mats Palmgren
|
4db40a3534
|
Make getBoundingClientRect()/getClientRects() deal with a detached range and non-content boundary nodes. b=529670 r=roc
|
2010-01-11 15:08:19 +01:00 |
|
Jesse Ruderman
|
56ac1fe1ee
|
Add crashtests
|
2010-01-10 19:50:41 -08:00 |
|
Tom Dyas
|
0f154b629d
|
Support receiving data from Mac OS X services into text and HTML editors. b=525389 r=josh r/sr=smaug
|
2010-01-10 20:45:45 -05:00 |
|
Bernd
|
f2eb2aae2e
|
bug 43178 - replace incorrect border, frame and rules handling code in content by css rules, initial patch - fantasai, a lof of input - bz r=bzbarsky
|
2010-01-09 16:33:03 +01:00 |
|
Sid Stamm ext:(%2C%20Brandon%20Sterne%20%3Cbsterne%40mozilla.com%3E)
|
f2cab6a506
|
bug 515433, bug 515437: Content Security Policy (CSP) core
|
2010-01-13 14:18:24 -08:00 |
|
Cameron McCormack
|
7fffd7ecb9
|
Bug 512636 - SVGTransform.setMatrix() should copy the matrix argument, not adopt it. r=jwatt
|
2010-01-13 19:21:17 +00:00 |
|
Josh Aas
|
7f29a9d722
|
Sent "PluginCrashed" notification when a plugin crashes. b=519541 r=jst r=bsmedberg
|
2010-01-13 11:42:41 -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 |
|
Boris Zbarsky
|
f41f7ddf72
|
Bug 514300 part 2. Make nsBindingManager::ContentRemoved remove the node from all the places it needs to be removed from. Also fixes bug 415301 and bug 495354. r=sicking
|
2010-01-13 11:30:11 -05:00 |
|
Jonathan Watt
|
8cbfe7a1b5
|
Bug 522267, part 2 of 2. Add support for animating <number> attributes. r=dholbert
|
2009-12-29 07:34:27 +01:00 |
|
Jonathan Watt
|
fc5062938e
|
Bug 522267, part 1 of 2. Make nsSVGNumber2::GetAnimVal take its element as an argument in preparation for it needing to call FlushAnimations() on it. r=dholbert
|
2009-12-29 07:32:03 +01:00 |
|
Robert Longson
|
2d6a644d32
|
Bug 531259 - The SVG script element should respect the aFromParser flag on NS_NewElement. r=hsivonen, r+sr=jst
|
2010-01-15 11:44:12 +00:00 |
|
Daniel Veditz
|
7bd235775f
|
backing out a6ce37b09cf5
|
2010-01-14 17:20:18 -08:00 |
|
Daniel Veditz
|
153553d9b6
|
Backed out changeset a6ce37b09cf5 because of possible Tp4 perf hit
|
2010-01-14 17:19:11 -08:00 |
|
Benjamin Smedberg
|
a588d6d605
|
Merge mozilla-central into electrolysis.
|
2010-01-08 10:42:46 -05:00 |
|
Benjamin Smedberg
|
120b9003b7
|
Merge mozilla-central to electrolysis.
|
2010-01-07 22:11:14 -05:00 |
|
Benjamin Smedberg
|
5ce04ab127
|
Merge mozilla-central to electrolysis.
|
2010-01-06 11:27:39 -05:00 |
|
Benjamin Smedberg
|
c7cf5c0483
|
Merge mozilla-central to Electrolysis.
|
2010-01-05 13:18:08 -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 |
|
Boris Zbarsky
|
35066793ab
|
Bug 516747 part 3. Make TabChild and TabParent cooperate on window opening at least to the extent of doing all window opens in new tabs. r=bsmedberg
|
2009-12-31 20:35:55 -05:00 |
|
Daniel Holbert
|
c0b94ed6ab
|
Bug 536834 followup: When notifying external resource documents of PageHide & PageShow events, always pass |nsnull| as the aDispatchStartTarget argument. r=bz
|
2010-01-05 22:28:15 -08:00 |
|
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 |
|
Benjamin Smedberg
|
90d810e8a1
|
Merge mozilla-central to electrolysis.
|
2009-12-22 14:18:51 -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 |
|
Josh Aas
|
4ef1870cfe
|
Minor cleanup, no bug. a=bsmedberg
|
2010-01-05 13:30:00 -05:00 |
|