Ehsan Akhgari
|
db9d404619
|
Bug 560647 - add startup timeline instrumentation; r=vlad
|
2010-05-19 19:22:19 -04:00 |
Vladimir Vukicevic
|
dea11722d4
|
Some DEBUG_vladimir stuff needs to run on GLES2 only (npotb)
|
2010-05-19 13:47:13 -07:00 |
timeless@mozdev.org
|
10d51e3e43
|
Bug 565620 the NativeJSContext constructor needs to initialize more variables or the class needs to be much more careful; r=vlad
|
2010-05-19 13:47:07 -07:00 |
Vladimir Vukicevic
|
78a39a81e0
|
b=566129; synthesize GL errors instead of throwing exceptions in webgl; based on patch from Cedric Vivier <cedricv@neonux.com>; r=cedricv/vlad
|
2010-05-15 21:55:45 +08:00 |
Cedric Vivier
|
07ab4df723
|
b=566676; allow null as arg to teximage2d; r=vlad
|
2010-05-19 13:46:08 -07:00 |
Vladimir Vukicevic
|
cfe5dea959
|
b=561168, removed too much from the NotSupported webgl file, putting it back
|
2010-05-19 13:46:08 -07:00 |
Benoit Jacob
|
c343923727
|
b=565417; add OSMesa GLContextProvider (pbuffers only); r=vlad
|
2010-05-19 13:46:08 -07:00 |
Cedric Vivier
|
ee8ba48977
|
b=566126; allow readpixels on arbitrary sized non-default framebuffer; r=vlad
|
2010-05-15 20:07:30 +08:00 |
Benoit Jacob
|
ba7702e9b5
|
b=525540; crash at WebGLObjectRefPtr::Zero, part 2; r=vlad
|
2010-05-19 13:46:08 -07:00 |
Mark Steele
|
a13e66f9f0
|
b=525540; crash at WebGLObjectRefPtr::Zero; r=vlad
|
2010-05-19 13:46:08 -07:00 |
Benoit Jacob
|
402eb8260f
|
b=565998; allow passing 0x0 texture size to webgl; r=vlad
|
2010-05-19 13:46:08 -07:00 |
Mounir Lamouri
|
36397b56bd
|
Bug 546995 - Implement autofocus attribute. r=sicking, sr=smaug
--HG--
extra : rebase_source : b0f233cae75aa9182d6587b6d66d4cbebea1126c
|
2010-05-19 19:52:17 +02:00 |
Daniel Holbert
|
99926823af
|
Bug 566777: nsSMILMappedAttribute::ClearAnimValue shouldn't do anything if there's no animated value to clear. r=roc
|
2010-05-19 10:38:05 -07:00 |
Ehsan Akhgari
|
f3ad02d088
|
Bug 564461 - Change content editable count from a script runner; r=jst
|
2010-05-12 18:21:24 -04:00 |
Rich Dougherty
|
a9d5c7ce86
|
Bug 557982. Use Image objects in the video frame queue so we can avoid making an extra copy as we put frames into the queue. r=kinetik
|
2010-05-19 15:04:33 +12:00 |
Robert O'Callahan
|
d7e60623a4
|
Bug 547924. Paint <canvas> using EXTEND_PAD to prevent seams. r=vlad
|
2010-05-19 15:04:32 +12:00 |
Peter Van der Beken
|
82558bd659
|
Fix for bug 560462 (Use fast unwrapping for more quickstubs) - add non-addrefing GetElementById and GetBody, add nsContentList-returning GetElementsByTagName(NS) and GetElementsByName. r=jst.
|
2010-04-19 17:41:38 +02:00 |
Vladimir Vukicevic
|
b5bb1450d6
|
followup fix for when webgl is not supported; files removed, forgot to remove this (really not good at removals)
|
2010-05-18 10:08:40 -07:00 |
Vladimir Vukicevic
|
a28f3011b6
|
followup fix for when webgl is not supported; files removed, forgot to remove this
|
2010-05-18 10:07:43 -07:00 |
Olli Pettay
|
927111fb28
|
Bug 549682 - Port the message-manager API to mozilla-central, r=jst
|
2010-05-18 15:28:37 +03:00 |
Olli Pettay
|
1c104f5606
|
Backout Bug 549682
|
2010-05-18 13:10:47 +03:00 |
Olli Pettay
|
c719bc6e84
|
Bug 549682 - Port the message-manager API to mozilla-central, r=jst
--HG--
extra : rebase_source : 45b28a7762428193873a636fa7d5108607f9e4a3
|
2010-05-18 11:52:24 +03:00 |
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 |
Timothy Nikkel
|
15853d70da
|
Merge back out of changeset a6138098775f (bug 559996) for causing orange.
|
2010-05-11 21:24:21 -05:00 |
Timothy Nikkel
|
186c1f1ef0
|
Backed out changeset a6138098775f (bug 559996) for causing orange.
|
2010-05-11 21:24:02 -05:00 |
Timothy Nikkel
|
f4f12f1dd1
|
Bug 507628 and bug 507991. Add crashtests.
|
2010-05-11 19:30:42 -05:00 |
Timothy Nikkel
|
9d43c88ddd
|
Bug 563407. Cast to unsigned int to fix warning. r=sicking
|
2010-05-11 19:30:42 -05:00 |
Timothy Nikkel
|
e78f8b3ab1
|
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 |
Craig Topper
|
b08d6c5ef5
|
Remove nsICSSStyleSheet and replace all uses with nsCSSStyleSheet. (Bug 239008) r=dbaron
|
2010-05-11 13:41:47 -07:00 |
Craig Topper
|
55e9fbfa98
|
DeCOMtaminate CSSStyleSheet method signatures. (Bug 239008) r=dbaron
|
2010-05-11 13:41:47 -07:00 |
Peter Van der Beken
|
34f855c0b2
|
Back out fixes for bug 560462 to fix orange.
--HG--
extra : rebase_source : afe96ede6fc605c656b746f6388d6144886b18ed
|
2010-05-11 19:20:03 +02:00 |
Peter Van der Beken
|
c7542088f1
|
Try to fix orange from e2c5f6be2148
--HG--
extra : rebase_source : 148d9a1eef794af433373002effd47c12cce6e1c
|
2010-05-11 18:27:44 +02:00 |
Peter Van der Beken
|
2390f94ae2
|
Fix for bug 560462 (Use fast unwrapping for more quickstubs) - use fast unwrapping for nsIDOMNode_GetNodeType, nsIDOMNodeList_GetLength, nsIDOMElement, nsIDOMNSElement_, nsIDOMNSHTMLElement, nsIDOMDocument, nsIDOMNSDocument, nsIDOM3Document, nsIDOMHTMLDocument and nsIDOMNSHTMLDocument_. r=jst.
|
2010-04-19 17:41:39 +02:00 |
Peter Van der Beken
|
dff32db5c4
|
Fix for bug 560462 (Use fast unwrapping for more quickstubs) - add non-addrefing GetElementById and GetBody, add nsContentList-returning GetElementsByTagName(NS) and GetElementsByName. r=jst.
|
2010-04-19 17:41:38 +02:00 |
Peter Van der Beken
|
b3668213b6
|
Fix for bug 564114 (Crash [@ nsINode::CompareDocumentPosition] passing null). r=bz.
|
2010-05-06 21:26:35 +02:00 |
Olli Pettay
|
bce87a63e6
|
Additional fix for Bug 559315
--HG--
extra : rebase_source : e09aba953df55469b3b147e363e773308c679031
|
2010-05-11 17:05:11 +03:00 |
Josh Matthews
|
0382f9be6e
|
Bug 388569 - Memory leaks when calling nsVariant::GetAsInterface. r=benjamin
--HG--
extra : rebase_source : 4bcffd36a6fa65c9b4dbefff4bc810254c2a222c
|
2010-05-04 00:39:26 -04:00 |
Phil Ringnalda
|
b140552eb7
|
merge for backout of changeset e074757a15aa (bug 533891)
|
2010-05-10 21:40:01 -07:00 |
Phil Ringnalda
|
6dbc5788bb
|
Backed out changeset e074757a15aa (bug 533891) due to xpcshell orange after a clobber
|
2010-05-10 21:38:56 -07:00 |
Josh Aas
|
c989084c54
|
Remove default plugins. b=533891 r=dolske sr=jst
|
2010-05-10 20:21:31 -04:00 |
Mayank Gupta
|
cbff1d114e
|
Bug 548828. Implement HTMLDocument.head. r=bzbarsky
|
2010-05-02 13:32:21 +05:30 |
Boris Zbarsky
|
8ccd3c1fea
|
Bug 564574. Pass the first appended node to ContentAppended. r=jst, sr=sicking
|
2010-05-10 21:12:34 -04:00 |
Boris Zbarsky
|
554a7ccc9a
|
Bug 564435. Use iterative tree traversals in nsContentList so as to speed it up. r=sicking
|
2010-05-10 21:12:34 -04:00 |
Boris Zbarsky
|
4f32f7ec2a
|
Bug 564432 part 2. Give nsINode a first-child pointer r=jst, sr=sicking
|
2010-05-10 21:12:34 -04:00 |
Boris Zbarsky
|
1c7fae2d33
|
Bug 564432 part 1. Give nsINode next/previous sibling pointers. r=jst, sr=sicking
|
2010-05-10 21:12:33 -04:00 |
L. David Baron
|
10c0f0c25d
|
Adjust assertion annotations in crashtest manifest. (Bug 472557) On CLOSED TREE to force another round of builds and see if the network problems are better.
|
2010-05-08 07:48:52 -07:00 |
Robert Kaiser
|
02e43720e6
|
bug 563151 - split test files to install into two groups to not run into commandline overflows on Windows (fixes SeaMonkey debug bustage), r=ted a=peterv for pushing
|
2010-05-08 13:56:14 +02:00 |
Justin Wood
|
1146b0679f
|
Bug 504947 - Some Virus Scans report Trojan horse in 485217.xsl rs=mrbkap
|
2010-05-06 18:54:51 -04:00 |
L. David Baron
|
c4eb38acd9
|
Annotate remainder of crashtest mainfests (all but one test) with the tests that are known to assert. (Bug 472557)
|
2010-05-06 09:28:01 -07:00 |
Boris Zbarsky
|
f791e8c5cc
|
Bug 564079. Check that we have a parent before checking whether it's an Element. r=peterv
|
2010-05-06 09:59:55 -04:00 |
Robert Sayre
|
39676ac642
|
Merge tracemonkey to mozilla-central.
|
2010-05-06 08:50:41 -04:00 |