Vladimir Vukicevic
|
57c2111dfe
|
b=561168; convert canvas to use layers for rendering - followup; r=roc
|
2010-05-17 21:04:22 -07:00 |
|
Vladimir Vukicevic
|
b5ac042d49
|
b=561168; convert canvas to use layers for rendering; r=roc,bas
|
2010-05-17 21:04:22 -07:00 |
|
Vladimir Vukicevic
|
520d954163
|
b=561168; convert canvas to use layers for rendering - file removals
|
2010-05-17 21:04:21 -07:00 |
|
Craig Topper
|
ef96f55ca1
|
Convert some callers of methods that changed from returning already_AddRefed<T> to returning T* away from using unneeded nsCOMPtrs. (Bug 239008) r=dbaron
|
2010-05-17 21:00:40 -07:00 |
|
Craig Topper
|
94829365f8
|
Change some nsIStyleSheet methods from returning AddRef-ed to un-AddRef-ed pointers, and some other cleanup. (Bug 239008) r=dbaron
|
2010-05-17 21:00:39 -07:00 |
|
L. David Baron
|
bce6e63ce7
|
Add another known assertion annotation in the manifest. (Bug 472557)
|
2010-05-17 21:00:36 -07:00 |
|
Boris Zbarsky
|
1039a51c26
|
Backed out changeset 90d627f2471e (bug 564979) because it broke mochitests.
|
2010-05-17 14:59:49 -04:00 |
|
Boris Zbarsky
|
3bf9b562d1
|
Bug 564979. Get rid of nsINode::GetSibling and just use GetNext/PreviousSibling instead. r=peterv, sr=sicking
|
2010-05-17 14:18:25 -04:00 |
|
Mounir Lamouri
|
25ff9e8518
|
Bug 456229 - Implement <input type="search">. r=smaug sr=sicking
|
2010-05-17 12:20:22 +02:00 |
|
Mounir Lamouri
|
8c66792fbc
|
Bug 456229 - tests for <input type="search">. r=smaug
|
2010-05-17 12:20:20 +02:00 |
|
Mounir Lamouri
|
53735dc740
|
Bug 565538 - Add tests for the mozIsTextField API. r=ehsan
|
2010-05-17 12:20:15 +02:00 |
|
Timothy Nikkel
|
3bd86dc7fb
|
Bug 507628 and bug 507991. Add crashtests.
|
2010-05-11 19:30:42 -05:00 |
|
Timothy Nikkel
|
9e209dbed8
|
Bug 559996. Lazy frame construction can sometimes cause a subdocument to not scroll to ref in url. r=jst
|
2010-05-11 19:30:40 -05:00 |
|
L. David Baron
|
86bba93f79
|
Make the 'noappend' selector optimizations only restyle later siblings, which is what they need to do. (Bug 534804) r=bzbarsky
|
2010-05-14 22:01:46 -07:00 |
|
L. David Baron
|
76df418748
|
Additional restyling is needed for :empty + E and :empty ~ E selectors. (Bug 534804) r=bzbarsky
|
2010-05-14 22:01:45 -07:00 |
|
Makoto Kato
|
442091e52f
|
Bug 52019. Don't treat <font size='+.5'> as <font size='5'>. r=bzbarsky
|
2010-05-14 17:17:56 -04:00 |
|
Ehsan Akhgari
|
3403a0ab1a
|
Bug 565775 - The editor will not be correctly initialized for <input type=tel> on user events; r=roc
|
2010-05-13 18:56:24 -04:00 |
|
Craig Topper
|
29a342cd5f
|
Rename nsIStyleSheet::GetApplicable to IsApplicable and GetComplete to IsComplete. (Bug 239008) r=dbaron
|
2010-05-14 12:05:14 -07:00 |
|
Josh Aas
|
8eb42619db
|
Remove default plugins. b=533891 r=dolske sr=jst
|
2010-05-14 13:08:12 -04:00 |
|
Boris Zbarsky
|
1316de26e9
|
Bug 565826. Use Element in SMIL code as needed. r=dholbert
|
2010-05-14 13:04:51 -04:00 |
|
Boris Zbarsky
|
4399ba2268
|
Bug 565820. Use Element as the return value for ReferencedElement. r=roc
|
2010-05-14 13:04:51 -04:00 |
|
Olli Pettay
|
d4851a986d
|
Bug 563711 - Optimize nsHTMLContentSerializer::AppendAndTranslateEntities, p=laurent@xulfr.org+smaug, r=sicking
--HG--
extra : rebase_source : 592c5262c031e6d52fa753e8ae1f659bb4985a3c
|
2010-05-14 13:18:27 +03:00 |
|
Mitchell Field
|
0fd15d94da
|
Bug 564950 - Make more use of mozilla::services, r=surkov, jst, neil, smontagu, roc, joshmoz, gavin, shaver
|
2010-05-14 18:24:41 +09:00 |
|
Alexander Surkov
|
56d9175ecd
|
Bug 561741 - use nsAccessible outside an accessible module, r=smaug, neil, joshmoz, marcoz, davidb, smichaud, sr=roc
|
2010-05-12 15:47:35 +09:00 |
|
L. David Baron
|
864652362b
|
Add additional annotation for a random assertion on a crashtest. (Bug 472557)
|
2010-05-13 19:36:48 -07:00 |
|
Chris Jones
|
91e40e05b5
|
Merged backout
|
2010-05-13 17:24:43 -05:00 |
|
Chris Jones
|
91745321b3
|
Backed out changeset eef17c173aaa
|
2010-05-13 17:24:30 -05:00 |
|
Frédéric Wang
|
42b10a418a
|
Bug 552044 - [MathML 3] Add support for mathcolor/mathbackground on any presentation MathML element. r=karlt
|
2010-05-13 14:38:28 +12:00 |
|
Karl Tomlinson
|
8d05d0ece4
|
b=564972 Add NS_IS_MOUSE_EVENT_STRUCT to test event class and use it to correct assert r=smaug
|
2010-05-13 14:33:16 +12:00 |
|
Blake Kaplan
|
c24e32495b
|
Bug 546573 - EnsureInnerWindow from wrappers. r=jst sr=bzbarsky
|
2010-03-22 15:46:37 -07:00 |
|
Josh Aas
|
06a2bfa2fb
|
Backed out changeset 558df3e5b094 due to talos master issue.
|
2010-05-13 15:56:19 -04:00 |
|
Josh Aas
|
3467785222
|
Remove default plugins. b=533891 r=dolske sr=jst
|
2010-05-13 14:54:26 -04:00 |
|
Timothy Nikkel
|
af717a7193
|
Bug 563407. Cast to unsigned int to fix warning. r=sicking
|
2010-05-11 19:30:42 -05:00 |
|
timeless@mozdev.org
|
81adf51c25
|
Bug 563303 useless check of !data.index in nsContentUtils::ReparentClonedObjectToScope
r=bent
|
2010-05-13 11:11:24 -07:00 |
|
Michael Kohler
|
9d899e6494
|
Bug 506041 Part 2: Correct misspellings in source code
r=timeless
|
2010-05-13 14:19:51 +02:00 |
|
Michael Kohler
|
6c0f59f4a6
|
Bug 506041 Part 2: Correct misspellings in source code
r=timeless
|
2010-05-13 14:19:50 +02:00 |
|
Chris Pearce
|
b8c4549e32
|
Bug 562840 - Fix audio buffering logic to prevent over eager frame dropping on load. r=kinetik
|
2010-05-13 12:59:42 +12:00 |
|
Ms2ger
|
220c34d2b2
|
Bug 109445. Allow imagemap references by id in text/html. r=jst
|
2010-05-13 12:56:10 +12:00 |
|
Doug Turner
|
ecd1b841ce
|
Bug 564402 - slots #define in Qt, prevents Qt builds on trunk. r/sr=jst
--HG--
extra : rebase_source : 5f7ac6c449ea03e4be8ab6834d3f1880cb7d9c80
|
2010-05-11 16:32:17 -07:00 |
|
Craig Topper
|
bd3c6ba927
|
DeCOMtaminate nsIStyleSheet method signatures. (Bug 239008) r=dbaron
|
2010-05-12 13:18:47 -07:00 |
|
Mounir Lamouri
|
873151021e
|
Bug 555567. <legend>.form tests. r=jst
|
2010-05-12 15:01:26 -04:00 |
|
Mounir Lamouri
|
4ad5f93833
|
Bug 555567. Make <legend>.form follow HTML5 spec. r=jst
|
2010-05-12 15:01:25 -04:00 |
|
Boris Zbarsky
|
868ddbaf9c
|
Bug 564981. Make content flushes after pageload faster. r=jst
|
2010-05-12 15:01:25 -04:00 |
|
Rob Arnold
|
e69fc3e4b4
|
Bug 510037 - Remove obsolete widget events r=roc r=smaug
|
2010-04-29 18:03:00 -04:00 |
|
bjarne@runitsoft.com
|
987c28833e
|
Bug 561727 - nsCSPService breaks nsIChannelEventSink contract. r=jst
|
2010-05-12 12:12:04 +02:00 |
|
Marco Bonardo
|
2e5b6f9223
|
Backing out Bug 561741 due to suspect Linux crash on startup
|
2010-05-12 11:14:50 +02:00 |
|
Mounir Lamouri
|
34bd1fda86
|
Bug 557620 - Implement <input type="tel">. r=smaug,dolske,dao sr=sicking
|
2010-05-12 09:17:07 +02:00 |
|
Alexander Surkov
|
0dc25817c0
|
Bug 561741 - use nsAccessible outside an accessible module, r=smaug, neil, joshmoz, marcoz, davidb, smichaud, sr=roc
|
2010-05-12 15:47:35 +09:00 |
|
Boris Zbarsky
|
e687ed1d46
|
Bug 565125 and bug 564974. Make sure to null out our sibling pointers even if our parent goes away due to gc. r=jst
|
2010-05-11 23:34:49 -04:00 |
|
Timothy Nikkel
|
7ba76a2011
|
back out e40cbab6a972 (Bug 564705) 590da60fd253 (Bug 507628 and bug 507991) b166415b8c3f (Bug 564368) 0dac5d3eeb97 (Bug 564063) 116e56d84770 (Bug 563407) c51c93f5240f (Bug 536495) for some orange
|
2010-05-11 22:01:08 -05:00 |
|