Chris Jones
|
eee78a9987
|
Bug 570620, part f: Add a "destroy" phase to PBrowser shutdown to make clean-up easier. r=smaug sr=bsmedberg
|
2010-08-05 17:11:23 -05:00 |
|
Chris Jones
|
47008bf78c
|
Bug 570620, part c: Add two trivial helper methods to nsFrameLoader. r=smaug
|
2010-08-05 17:11:23 -05:00 |
|
Boris Zbarsky
|
256d4fa87a
|
Bug 584293. Make .style faster. r=peterv
|
2010-08-05 17:59:36 -04:00 |
|
Olli Pettay
|
8958fd03bb
|
Bug 583777 - Fix violations of the new JS request model. r=igor a=blocking-beta3 ok to check into a CLOSED TREE
|
2010-08-05 12:57:39 -07:00 |
|
Bas Schouten
|
b08076188d
|
Bug 584663: Make sure we begin a new path for the rectangle/fill call. r=vlad
--HG--
extra : rebase_source : e2fe17353d43e90432f78c7e5848b9d74dee73f2
|
2010-08-05 21:39:00 +02:00 |
|
Daniel Holbert
|
4113e49e15
|
Crashtests for Bug 579356. [tests-only]
|
2010-08-05 07:53:43 -07:00 |
|
Robert Longson
|
70aa0c4b71
|
Bug 579356: Limit recursion in CalcBezLength for SVG path length-calculation. r=dholbert a=blocking
|
2010-08-05 07:53:43 -07:00 |
|
Steven Michaud
|
05aab9eeae
|
Bug 577963 - Flushing notifications can cause mPresShell to be destroyed. r=masayuki,smaug a=blocking2.0
|
2010-08-05 09:42:02 -05:00 |
|
Benoit Jacob
|
17f9890f9c
|
Bug 568761; WebGL memory leaks; r=vladimir
|
2010-08-05 09:58:47 -04:00 |
|
Benoit Jacob
|
83eb90d12f
|
Bug 579529; fix validation Uniform and VertexAttrib functions taking arrays; r=vladimir
|
2010-08-05 09:55:56 -04:00 |
|
Jonathan Kew
|
4214a38f34
|
bug 581092 - use unrounded width when advancing x-position to draw RTL text run in canvas. r=vlad a=blocking2.0
|
2010-08-05 10:18:39 +01:00 |
|
Chris Pearce
|
476b3ab3c4
|
Bug 462957 - HTMLTimeRanges out of bounds check should not be off by 1. r=roc a=blocking2.0
|
2010-08-05 19:40:35 +12:00 |
|
Chris Pearce
|
659abab890
|
Bug 462957 - Stubs for buffered for WebM and raw video. r=roc a=blocking2.0
|
2010-08-05 19:40:35 +12:00 |
|
Chris Pearce
|
03731903d8
|
Bug 462957 - Test case for HTMLMediaElement.buffered. r=roc a=blocking2.0
|
2010-08-05 19:40:35 +12:00 |
|
Chris Pearce
|
22df23bd6e
|
Bug 462957 - Pin media stream while seeking. r=roc a=blocking2.0
|
2010-08-05 19:40:35 +12:00 |
|
Chris Pearce
|
97b96c3734
|
Bug 462957 - Ogg support for HTMLMediaElement.buffered. r=doublec a=blocking2.0
|
2010-08-05 19:40:35 +12:00 |
|
Chris Pearce
|
e9ef8ed6a2
|
Bug 462957 - WAV support for HTMLMediaElement.buffered. r=kinetik a=blocking2.0
|
2010-08-05 19:40:35 +12:00 |
|
Chris Pearce
|
6cc25b1183
|
Bug 462957 - DOM implementation of HTMLMediaElement.buffered. r=roc a=blocking2.0
|
2010-08-05 19:40:35 +12:00 |
|
David Zbarsky
|
170437618c
|
Remove unneeded nsIDOMNSHTMLInputElement interface by merging it into nsIDOMHTMLInputElement. (Bug 582303) r=jst
|
2010-08-04 22:40:18 -04:00 |
|
David Zbarsky
|
e68c9ea851
|
Remove unneeded nsIDOMNSHTMLImageElement interface by merging it into nsIDOMHTMLImageElement. (Bug 582303) r=jst
|
2010-08-04 22:40:17 -04:00 |
|
David Zbarsky
|
f185611489
|
Remove unneeded nsIDOMNSHTMLAnchorElement interface by merging it into nsIDOMHTMLAnchorElement. (Bug 582303) r=jst
|
2010-08-04 22:40:17 -04:00 |
|
Bjarne
|
ed732b9f7f
|
Bug 546606 - Make redirect API async - part 2; r=honzab.moz,cbiesinger,bjarne,jst sr=jst
|
2010-08-04 22:15:55 -04:00 |
|
Kyle Huey
|
65b4e6c0c6
|
Bug 578714: Stop doing Unicode-aware case-folding inside layout/style. r=zwol sr=bz
|
2010-08-02 15:19:04 -07:00 |
|
Jim Chen
|
d8c6f67e64
|
Bug 544779 - Add script runners for selection/text notification, r=masayuki a=blocking-fennec
--HG--
extra : rebase_source : 66f740001fee159d72d9a307d15ddbc3f02a5fbf
|
2010-08-04 12:22:50 -07:00 |
|
Zack Weinberg
|
19e2c4da92
|
Bug 338679: mark style declarations immutable if they are stringified. r=bzbarsky a=dbaron
|
2010-08-02 15:40:35 -07:00 |
|
Zack Weinberg
|
24feb13867
|
Bug 569719 part 16: Don't refcount declarations and data blocks; don't have style rules hold direct pointers to data blocks. r+a=dbaron
|
2010-07-23 11:00:52 -07:00 |
|
Zack Weinberg
|
b184cb662d
|
Bug 569719 part 9: remove return value from css::Declaration methods that always return NS_OK, and change GetCSSDeclaration to return a css::Declaration instead of an nsresult. r=dbaron
|
2010-07-23 11:00:34 -07:00 |
|
Zack Weinberg
|
e616dd17f4
|
Bug 569719 part 8: forward to nsStyledElement::GetStyle from nsXULElement::GetStyle. r=bzbarsky
|
2010-07-23 11:00:32 -07:00 |
|
Ehsan Akhgari
|
a7ffb06cbf
|
Bug 577518 - Stack exhaustion on startup with accessibility enabled and default browser dialog not yet answered; r=jst a=blocking2.0+
--HG--
extra : rebase_source : baa84479e37e2381c8dfb1213776d0af1c9fb5f6
|
2010-08-04 14:59:35 -04:00 |
|
Justin Lebar
|
89ed3b80bb
|
Bug 561076 - Pref callback changes severely slow down reftest and shutdown.
--HG--
extra : rebase_source : bf83192c89f953772d8dbfb530e18402e181a139
|
2010-07-31 10:17:49 -07:00 |
|
Markus Stange
|
8cab72cdf4
|
Merge backout of bug 574663.
|
2010-08-02 17:52:20 +02:00 |
|
Markus Stange
|
93802b7886
|
Backed out changeset cd5c28912351, bug 574663 (momentum scroll zooming) because the new test fails on Windows.
|
2010-08-02 17:51:57 +02:00 |
|
Markus Stange
|
a1a5075923
|
Bug 574663 - Mark scroll events that are sent by touchpad momentum scrolling after the finger has left the touchpad with a kIsMomentum flag and prevent these events from changing the zoom factor. r=josh, r=smaug
|
2010-08-02 15:30:52 +02:00 |
|
Robert O'Callahan
|
a491448548
|
Backout edd01aafe372 to fix red
|
2010-08-02 15:20:24 +12:00 |
|
Robert O'Callahan
|
10b836489b
|
Backed out changeset edd01aafe372
|
2010-08-02 15:20:05 +12:00 |
|
Ms2ger
|
425209b5db
|
Bug 567663. Implement 'hidden' attribute. r=sicking
|
2010-08-02 15:07:07 +12:00 |
|
David Zbarsky
|
d434e271cb
|
Bug 582303. Move nsIDOMNSHTMLImageElement into nsIDOMHTMLImageElement. r=jst
|
2010-08-02 15:07:06 +12:00 |
|
Felipe Gomes
|
e2a618aa5f
|
Bug 508906. Add experimental MozTouch events. r=smaug,jimm
|
2010-08-02 15:34:54 +02:00 |
|
Peter Van der Beken
|
cf9b8e9b70
|
Fix for bug 582601 (Make GetContentInternal return Element*). r=bz.
|
2010-07-30 15:42:11 +02:00 |
|
Robert Sayre
|
61a58b84de
|
Merge mozilla-central to tracemonkey.
|
2010-07-31 14:19:27 -07:00 |
|
Olli Pettay
|
44e12bf078
|
Bug 576075, stricter tree selection handling, r=enndeakin
--HG--
extra : rebase_source : ea68e33207720ee4193642aaf0749c9939cc12d2
|
2010-07-31 21:22:29 +03:00 |
|
Bobby Holley
|
400f0061e8
|
Bug 521497 - refactor nsImageLoadingContent to make it easier to track when images appear and go away. r=bz,a=blocker
|
2010-07-31 13:54:59 -04:00 |
|
Brian Birtles
|
8b6e3c3cc7
|
Bug 527270: Implement SMIL TimeEvents. r=dholbert,smaug; sr=roc; a=blocking-betaN
|
2010-07-31 16:02:52 +09:00 |
|
Craig Topper
|
8662f7a74d
|
Bug 579830 - Change nsCOMPtr<Element> to nsRefPtr<Element>. Change one location that was QIing to Element. r=bz a2.0=benjamin
--HG--
extra : rebase_source : db2a1a863ed6c646ef8eb850eaf93b64b4552be7
|
2010-07-30 20:44:45 -07:00 |
|
Ms2ger
|
52561ecd21
|
Bug 573322 - Align td@align with HTML5; r=bzbarsky a=blocking-betaN
|
2010-07-30 16:48:57 -07:00 |
|
Ms2ger
|
e55f76fd8c
|
Bug 573258 - Support a.text as defined in HTML5; r=Olli.Pettay approval2.0=benjamin
|
2010-07-30 16:48:57 -07:00 |
|
Vladimir Vukicevic
|
3daa19f799
|
b=583375; update ANGLE to r367; r=vlad
|
2010-07-30 15:22:11 -07:00 |
|
Bas Schouten
|
ba25d3ce86
|
Bug 567169: Followup changeset 4a3e8596e8fc - addresses review comments I neglected to process when pushing the patch. a=blocking-betaN
|
2010-07-30 21:31:15 +02:00 |
|
Jeff Muizelaar
|
69776549e7
|
Bug 576169: Use fill() where possible rather than clip-paint. r=vlad
|
2010-07-30 20:57:19 +02:00 |
|
Justin Lebar
|
af87370a53
|
Backed out changeset d9717604f007
|
2010-07-30 11:36:18 -07:00 |
|