Chris Double
|
cf764b38c9
|
Backed out changeset 18403769ec19
|
2008-11-04 21:54:41 +13:00 |
|
Chris Pearce
|
1c8f163db7
|
Bug 462373 - Code simplifications for Media elements - r+sr=bzbarsky
|
2008-11-04 21:50:24 +13:00 |
|
Matthew Gregan
|
d8b40d2f2b
|
Bug 449315 - Support WAV format in <audio> element - r+sr=roc
|
2008-11-04 21:29:10 +13:00 |
|
Shawn Wilsher
|
3769265c5f
|
backout of changeset b0dc837c20fa and 73350927f5f1 due to test failures
|
2008-11-03 18:55:15 -05:00 |
|
Boris Zbarsky
|
b3ed04ff30
|
Fixing mochitest to round, not truncate, coords when trying to dispatch mouse events relative to nodes which are positioned at fractional pixels. Reenabling the test that was failing because of the truncation
|
2008-11-03 10:43:00 -05:00 |
|
Peter Van der Beken
|
d30dca0b1b
|
Fix for bug 457897 (Remove QI on 'this' object when calling from JS to C++). Patch by jorendorff and me, r/sr=jst.
|
2008-11-03 11:31:47 +01:00 |
|
Boris Zbarsky
|
2cae0e2687
|
Disabling this part of the test for now, until I can figure out why it's broken in so many different ways on different machines
|
2008-11-03 00:50:10 -05:00 |
|
Boris Zbarsky
|
b1a2ff8421
|
Fixing linux orange and hoping for the best; on my local Mac setup it came out that way, but maybe tinderbox will be happier
|
2008-11-02 23:12:38 -05:00 |
|
Boris Zbarsky
|
52bc26bf93
|
Adding test file too
|
2008-11-02 21:33:04 -05:00 |
|
Boris Zbarsky
|
997db6c131
|
Bug 388794. Send 0,0 as the x,y values of the click if there was no click, or if there's no imageframe for the image input. Aligns with HTML5. r+sr=sicking
|
2008-11-02 21:25:11 -05:00 |
|
Peter Van der Beken
|
bdb12bc1ac
|
Fix for bug 461560 (Make nsNamedArraySH::NamedItem not AddRef/Release). r/sr=bz.
|
2008-10-31 14:40:35 -07:00 |
|
Peter Van der Beken
|
1b45b6af24
|
Backed out changeset 5d65342d7287 to fix orange
|
2008-10-31 11:07:26 -07:00 |
|
Peter Van der Beken
|
bdbf96f3cd
|
Fix for bug 461560 (Make nsNamedArraySH::NamedItem not AddRef/Release). r/sr=bz.
|
2008-10-31 08:55:59 -07:00 |
|
Blake Kaplan
|
61503583ca
|
Bug 461031 - Bring a little more sanity to parser notifications of the content sink. This should help increase responsiveness, especially on pages with lots of inline scripts. r+sr=jst
|
2008-10-30 14:31:00 -07:00 |
|
Ted Mielczarek
|
896d5b70b0
|
bug 461395 - add support for PARALLEL_DIRS to build system, parallelize content. r=bsmedberg
|
2008-10-30 13:02:14 -04:00 |
|
Robert O'Callahan
|
7b504839f4
|
Bug 448603. Support direct loading of Ogg audio and video files by creating a synthetic <video> document. r=doublec,sr=bzbarsky
|
2008-10-29 22:20:08 -07:00 |
|
Boris Zbarsky
|
21e86516a4
|
Bug 439965. Make sure to flush frames on our parent before checking whether editing is on, since editing depends on the presshell. r+sr=peterv
|
2008-10-29 13:12:24 -07:00 |
|
Chris Double
|
a566862e65
|
Bug 457964 - changed media paused type to boolean - r+sr=roc
|
2008-10-29 10:54:17 +13:00 |
|
Chris Double
|
ce95db55c7
|
Bug 449518 - Video autostart after doing Back/Forward history button on browser - r+sr=roc
|
2008-10-29 07:48:39 +13:00 |
|
Benjamin Smedberg
|
7a0477cfbf
|
Bug 461186 - nsTextControlFrame should not implement nsIPhonetic: there's only one caller, and that caller can use nsITextControlFrame directly. This is one less frame that implements an nsISupports-derived interface. r+sr=roc
|
2008-10-27 20:27:55 -04:00 |
|
Masayuki Nakano
|
2cca79e743
|
Bug 460568 removeAttribute('contenteditable') doesn't work fine r+sr=peterv
|
2008-10-26 01:21:56 +09:00 |
|
Peter Van der Beken
|
e7e9e381cd
|
Fix for bug 461278 ("ASSERTION: Uh, fix QI!" loading a bug list). r/sr=bz.
|
2008-10-24 15:58:33 +02:00 |
|
Chris Double
|
bce5783046
|
Bug 460871 - fire timeupdate event when playback position changes - r+sr=roc
|
2008-10-23 21:02:18 +13:00 |
|
Boris Zbarsky
|
d08592f586
|
Removing stray trailing ';'
|
2008-10-22 17:17:49 -04:00 |
|
Peter Van der Beken
|
579fe3ede9
|
Fix for bug 460512 (Avoid AddRef/Release in scriptable helper methods for NodeList). r/sr=bz.
|
2008-10-22 16:31:14 +02:00 |
|
Boris Zbarsky
|
7745ce05a1
|
Bug 460803. Start layout more like the content sinks do. r+sr=sicking
|
2008-10-21 16:17:11 -04:00 |
|
Boris Zbarsky
|
72f113259b
|
Remove bogus assertion and comment
|
2008-10-21 16:09:54 -04:00 |
|
Chris Double
|
39da240ed4
|
Bug 449154 - nsHTMLMediaElement::play() doesn't reset properly - s+sr=roc
|
2008-10-21 22:19:33 +13:00 |
|
Robert O'Callahan
|
779c60c3bb
|
Bug 421662. Remove unused files.
|
2008-10-20 15:14:50 +13:00 |
|
Chris Double
|
c3b218213b
|
Bug 449159 - Refactor Ogg backend and implement seeking - r+sr=roc
|
2008-10-19 20:39:21 +13:00 |
|
Jesse Ruderman
|
1f6347179c
|
Add crashtest for bug 257818
|
2008-10-18 21:10:39 -07:00 |
|
Justin Dolske
|
0a4f228e1e
|
Bug 455057 - some chrome images have embedded profiles. ui-r=faaborg, sr=mconnor.
|
2008-10-16 15:20:21 -07:00 |
|
Ian
|
f2cd72a0db
|
Bug 251475. Make sure channels don't return null for the originalURI. Initial work by Daniel Kraft <domob@daniel-kraft.net> and Brandon Ferguson <bnferguson@gmail.com>. r+sr=bzbarsky.
|
2008-10-15 16:05:23 -04:00 |
|
Taras Glek
|
7616c0d762
|
Bug 454469: prbool issues in content/ r+sr=sicking
|
2008-10-14 12:00:08 -07:00 |
|
Ben Newman
|
2e879f3987
|
Bug 448564. Better handling of sink context switches. r=mrbkap, sr=bzbarsky
|
2008-10-12 13:44:23 -04:00 |
|
arno
|
28f42e3991
|
Bug 442801 - No caret or wrongly positioned caret within contenteditable=inherit element; r+sr=peterv
|
2008-10-10 18:09:37 +02:00 |
|
Arpad Borsos
|
c72ef7d248
|
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
|
2008-10-10 17:04:34 +02:00 |
|
Taras Glek
|
248cc9c70c
|
Bug 455742: outparamdel nsIForm r+sr=jst
|
2008-10-09 16:31:40 -07:00 |
|
Olli Pettay
|
5e14e7b4e6
|
Bug 458202 - Speed up event handling, r+sr=jst
|
2008-10-08 14:35:29 +03:00 |
|
Boris Zbarsky
|
5c7541d076
|
Bug 458100. Make sure that we'll also instantiate the plug-in even if the nsPluginDocument has no presshell yet at OnStartRequest time. Thanks to Evgeny <evg.salmin@gmail.com> for pointing out the problem. r+sr=jst
|
2008-10-07 14:53:23 -04:00 |
|
Boris Zbarsky
|
df524887d2
|
Bug 456617. Refactor some ugly code to only live in one spot. r+sr=jst
|
2008-10-07 14:53:23 -04:00 |
|
Zack Weinberg
|
f21ce60ac3
|
Bug 450652 – Style system changes to support CSS3 border-radius – data structures for elliptical borders (part 1) [r+sr=dbaron]
|
2008-10-01 00:50:52 -05:00 |
|
Chris Pearce
|
65ae6febc5
|
Bug 454683 - "Media element setVolume should fail on invalid values" [r+sr=roc]
|
2008-10-01 00:44:16 -05:00 |
|
Chris Double
|
94659dc008
|
Backout bug 454971 - Support creation of Audio objects outside of the document
|
2008-10-01 16:53:29 +13:00 |
|
Chris Double
|
5c1de36d38
|
Backed out changeset 477309013214
|
2008-10-01 16:52:51 +13:00 |
|
Jonas Sicking
|
626dad6df0
|
Reland old Access-Control implementation. b=389508 r/sr=jst
|
2008-09-30 17:49:30 -07:00 |
|
Chris Double
|
69130aa897
|
Bug 454971 - Support creation of Audio objects outside of the document - r+sr=roc
|
2008-09-30 12:49:30 +13:00 |
|
Chris Double
|
a8a6640537
|
Bug 455500 - Enormous memory usage with fieldset, legend, audio and DOMAttrModified event listener - s+sr=roc
|
2008-09-30 12:05:06 +13:00 |
|
Boris Zbarsky
|
562d828fdd
|
Bug 433616 part 1. Make it possible to create a document viewer with no parent widget or container, and make various code saner about handling null document/prescontext/documentviewer containers. r=roc, sr=jst
|
2008-09-28 15:14:28 -04:00 |
|
Boris Zbarsky
|
9599df476b
|
Backing out changesets 2ea77fa990af, 7d2d8869e73c, 93441e4f521e, 43d2ee100f3b, a2d84821ea71 to see whether they're causing the Windows Txul or Mac Tp regressions
|
2008-09-29 08:51:29 -04:00 |
|
Robert O'Callahan
|
f86486c059
|
Backing out 454683 due to test failure
|
2008-09-29 17:06:34 +13:00 |
|
Chris Pearce
|
4a52391dbf
|
Bug 454683 - Media element setVolume should fail on invalid values; r+sr=roc
|
2008-09-29 00:28:26 +02:00 |
|
Boris Zbarsky
|
a6aec54eaf
|
Bug 433616 part 1. Make it possible to create a document viewer with no parent widget or container, and make various code saner about handling null document/prescontext/documentviewer containers. r=roc, sr=jst
|
2008-09-28 15:14:28 -04:00 |
|
Chris Double
|
36ad8bf47d
|
Bug 451457 - <video> seems to download from net even if the document has been closed/unloaded - r+sr=roc
|
2008-09-27 00:56:21 +12:00 |
|
Taras Glek
|
ba02fffe86
|
bug 455536: s/NS_ERROR_FAILURE/NS_ERROR_OOM/ outparamdelled nsNodeInfoManager::GetNodeInfo r+sr=jsr
|
2008-09-25 15:46:52 -07:00 |
|
Boris Zbarsky
|
fd7b6b8514
|
Bug 456896. Need to flush here. r+sr=jst
|
2008-09-25 14:29:39 -04:00 |
|
Chris Double
|
f0029123d0
|
Backed out changeset c7c42974317d
|
2008-09-25 19:33:10 +12:00 |
|
Chris Double
|
6ef90c1e96
|
Bug 449159 - Implement seeking in the Ogg backend - r+sr=roc
|
2008-09-25 16:25:15 +12:00 |
|
Arpad Borsos
|
b791f06f8b
|
Bug 454482 - Clean up unused variables in content/; r+sr=peterv
|
2008-09-24 06:37:56 +02:00 |
|
Olli Pettay
|
d3bad03d4f
|
Bug 450160 - DOMImplementation createDocument does not create an HTML document, r+sr=bz
|
2008-09-20 21:55:04 +03:00 |
|
sharparrow1@yahoo.com
|
372e46d47d
|
Bug 42976, cloneNode() HTML Document nodes, r=smaug,sr=jst
|
2008-09-18 14:15:47 +03:00 |
|
Robert O'Callahan
|
775dd33c74
|
Bug 450930. Fire a DOM event when painting so that content and chrome can track what's being repainted. r=smaug,sr=dbaron
|
2008-09-18 21:47:21 +12:00 |
|
Robert O'Callahan
|
fe9f53044f
|
Bug 454114. Avoid infinite recursion due to nsHTMLEditor::AddOverrideStyleSheet triggering a mozAutoDocUpdate that reenters nsHTMLDocument::EndUpdate. r+sr=jst
|
2008-09-18 14:32:44 +12:00 |
|
Taras Glek
|
74132a5585
|
bug 450777:deCOMtaminate nsNodeInfoManager::GetNodeInfo r+sr=jst
|
2008-09-12 15:32:18 -07:00 |
|
Boris Zbarsky
|
e3f997d206
|
Missing * bad. Bug 453858
|
2008-09-11 02:13:34 -04:00 |
|
Boris Zbarsky
|
18f14fbd2a
|
Still need this cast. Bug 453858
|
2008-09-11 02:04:09 -04:00 |
|
Boris Zbarsky
|
2ab30a4d2f
|
Removing code that can't possibly work. Bug 453858
|
2008-09-11 01:56:20 -04:00 |
|
Boris Zbarsky
|
9f8afb4cb4
|
Bug 453858 followup to fix orange. Hurray for tests!
|
2008-09-11 01:37:09 -04:00 |
|
Boris Zbarsky
|
5b57dd46c1
|
Fixing typo leading to build bustage. Bug 453496
|
2008-09-10 23:29:59 -04:00 |
|
Boris Zbarsky
|
3de7c6c512
|
Bug 453496. Split up SetForm() into SetForm and ClearForm and rationalize the args. r+sr=jst
|
2008-09-10 23:21:33 -04:00 |
|
Boris Zbarsky
|
1ef7845d72
|
Bug 453858. Get rid of some XPCOM-ness in nsArraySH::GetItemAt. r+sr=jst
|
2008-09-10 23:15:29 -04:00 |
|
Jesse Ruderman
|
10a4553f65
|
Fix bug 393802 for HTML links: remove them from the link map when they stop being links due to removeAttribute. r+sr=bz
|
2008-09-10 15:12:43 -07:00 |
|
Ted Mielczarek
|
ff7706a544
|
bug 447642 - get rid of --disable-mochitest, replace MOZ_MOCHITEST with ENABLE_TESTS. r=bsmedberg
|
2008-09-09 13:59:11 -04:00 |
|
Boris Zbarsky
|
a9d090b456
|
Bug 453406. Make sure to properly update our bits. r+sr=jst
|
2008-09-08 09:19:49 -04:00 |
|
Vladimir Vukicevic
|
baf843f93e
|
b=451938; ensure correct principal is used in case of <video> and drawImage; r=bz
|
2008-09-06 16:47:28 -07:00 |
|
Boris Zbarsky
|
8e8b07b643
|
Bug 451053. Move nsMutationGuard into a shared location and use it to assert some invariants. r+sr=sicking
|
2008-09-05 13:39:19 -04:00 |
|
L. David Baron
|
9cba156ad0
|
Make spacer attribute mapping code not depend on data in the style context (which attribute mapping code should not do). (Bug 449435) r+sr=bzbarsky
|
2008-09-04 13:02:08 -07:00 |
|
Boris Zbarsky
|
07fd7884c6
|
Adding test for bug 227263 and bug 196523
|
2008-08-29 20:36:46 -04:00 |
|
Neil Deakin
|
a6d6c664e4
|
Bug 356295. Implement HTML5 drag-drop. r=smaug,neil,sr=roc
|
2008-08-27 08:07:27 -04:00 |
|
Gavin Sharp
|
2a9195ee3c
|
Backed out changeset 7fdbccdc1e94
|
2008-08-26 19:40:21 -04:00 |
|
Gavin Sharp
|
1061e15478
|
Bug 452135: add nsBadCertHandler to packages-static, patch by Manish Singh <manish@flock.com>, r=me
|
2008-08-26 19:39:16 -04:00 |
|
Jonas Sicking
|
b01e2f4648
|
Bugs 393629 and 436094. Fix document.all.length and make us honor the name attribute for the same set of elements as IE in the document.all implementation. r/sr=jst
|
2008-08-25 16:48:37 -07:00 |
|
Boris Zbarsky
|
298b123063
|
Bug 448166 test
|
2008-08-25 13:21:29 -04:00 |
|
Boris Zbarsky
|
682184cd11
|
Bug 424238. Make sure to guard against mutations happening while we notify on opening the <body> and <frameset> tags, just like we do in FlushTags. r+sr=sicking
|
2008-08-25 13:21:29 -04:00 |
|
Boris Zbarsky
|
280f377f6d
|
Bug 451123. Make sure to not call SetValueInternal on file inputs. r+sr=sicking
|
2008-08-25 13:21:28 -04:00 |
|
Boris Zbarsky
|
350d6fc473
|
Backed out changeset 6958399a2eb1 o try to fix failed mochitests on Windows and Linux
|
2008-08-25 11:08:28 -04:00 |
|
Neil Deakin
|
acd274d130
|
Bug 356295. Implement HTML5 drag-drop API. r=smaug,sr=roc
|
2008-08-25 21:56:29 +12:00 |
|
Dave Camp
|
2092b61045
|
Backed out changeset 30d900751ca9 to fix unit test orange (Bug 356295)
|
2008-08-19 17:55:30 -07:00 |
|
Neil Deakin
|
ca9461ce4b
|
Bug 356295. Implement HTML5 drag-drop. r=smaug,sr=roc
|
2008-08-20 10:31:45 +12:00 |
|
Blake Kaplan
|
5470ebdc48
|
bug 449712 - Deal with a carriage return at our 4096 character boundary. r+sr=bzbarsky
|
2008-08-19 12:07:15 -07:00 |
|
Boris Zbarsky
|
e8157fee83
|
bug 449712 - Handle trailing carriage returns at the end of parser text tokens. r+sr=mrbkap
|
2008-08-19 11:33:57 -07:00 |
|
Robert O'Callahan
|
fb7a994159
|
Bug 118704. Get the document title from the DOM instead of storing it in the document object. Relanding with hopeful leak fix. r+sr=jst
|
2008-08-18 14:10:28 +12:00 |
|
Robert O'Callahan
|
842b3fea92
|
Backing out bug 118704 to try to fix Windows leak orange
|
2008-08-16 23:27:40 +12:00 |
|
Robert O'Callahan
|
34de2392a2
|
Bug 118704. Get the document title from the DOM instead of storing it as a string in the document. r+sr=jst
|
2008-08-16 21:01:52 +12:00 |
|
Neil Deakin
|
a5b3401c6d
|
Bug 111034, add clientXXX, scrollXXX properties, attempt 2, r+sr=roc, attempt 2 with microformat fix
|
2008-08-15 18:26:37 -04:00 |
|
Ted Mielczarek
|
1fef5b8148
|
Backed out changeset 2e8dfe209f09 due to unit test bustage
|
2008-08-15 12:59:30 -04:00 |
|
Neil Deakin
|
944e99b67e
|
Add clientXXX and scrollXXX properties to XUL elements, also add width/height properties to ClientRect, r+sr=roc
|
2008-08-15 11:17:17 -04:00 |
|
Ben Newman
|
7b2d8b4e52
|
Bug 441930 – Page refresh of textarea disabled via Javascript fails to display content. r=bz
|
2008-08-14 12:06:40 +02:00 |
|
Boris Zbarsky
|
f6213f8f02
|
Bug 113934. Backend and some minimal front end for dragging tabs between windows. r=gavin, r+sr=jst
|
2008-08-11 09:38:43 +01:00 |
|
Dave Townsend
|
4f8b745ca5
|
Backed out changeset eb6fda3be5bb
|
2008-08-10 17:15:00 +01:00 |
|
Boris Zbarsky
|
a32dce381d
|
Bug 113934. Backend and some minimal front end for dragging tabs between windows. r=gavin, r+sr=jst
|
2008-08-07 19:15:40 -04:00 |
|
Jonas Sicking
|
b16bc2848c
|
Bug 28293: Implement defer attribute. r/sr=jst
|
2008-07-25 19:42:12 -07:00 |
|
Chris Double
|
568a5251fd
|
Bug 448534. Make sure that the video stops when the element is removed from the document. r+sr=roc
|
2008-08-04 13:51:01 +12:00 |
|
Chris Double
|
33f1e5ce60
|
Bug 448714. Remove Ogg decoder's observer listener when playback stops. r+sr=roc
|
2008-08-04 13:31:33 +12:00 |
|
Serge Gautherie
|
45282e7f24
|
Bug 344789 – "WARNING: Asked to remove non-existent observer" in <nsImageLoadingContent.cpp> |RemoveObserver()|
p=sgautherie r/sr=bzbarsky
|
2008-08-01 21:58:59 +01:00 |
|
Chris Double
|
89ecc86a17
|
Bug 422538. Integrate Ogg decoders. r=ted,r+sr=roc
|
2008-07-29 23:50:14 -07:00 |
|
Chris Double
|
535288ced1
|
Bug 447639. Update <video> and <audio> elements for spec changes, and add tests. r+sr=roc
|
2008-07-29 21:55:27 -07:00 |
|
Boris Zbarsky
|
516ed839ce
|
A few more tests
|
2008-07-24 15:28:12 -07:00 |
|
Boris Zbarsky
|
ec44e362b9
|
Oh, and add this file
|
2008-07-24 15:21:31 -07:00 |
|
Boris Zbarsky
|
7c367d2c04
|
Bug 418756. When inserting a radio, default its "checked changed" state to its existing "checked changed" state. r+sr=sicking
|
2008-07-24 15:19:30 -07:00 |
|
Boris Zbarsky
|
3c18b1b897
|
Fix test bustage
|
2008-07-21 19:26:08 -07:00 |
|
Boris Zbarsky
|
14719ba7fa
|
Bug 424698. Don't treat it as a value set if a text input with a default value has its frame go away. r+sr=sicking
|
2008-07-21 12:44:31 -07:00 |
|
Boris Zbarsky
|
9da8df954d
|
Bug 424698. Don't treat it as a value set if a text input with a default value has its frame go away. r+sr=sicking
|
2008-07-21 12:15:18 -07:00 |
|
Boris Zbarsky
|
9465c876f7
|
Bug 424698. Don't treat it as a value set if a text input with a default value has its frame go away. r+sr=sicking
|
2008-07-21 12:09:00 -07:00 |
|
Andrew Smith ext:(%2C%20Rob%20Arnold%20%3Ctellrob%40gmail.com%3E%2C%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E)
|
7d3343e0fa
|
Implement css3 border-image property. (Bug 378217) r=vlad,dbaron,robarnold
|
2008-07-16 23:30:25 -07:00 |
|
L. David Baron
|
86c186dbd8
|
Backed out changeset 9b0b2391485c due to linker errors related to nsStyleStructInlines.h not being included enough.
|
2008-07-16 22:59:14 -07:00 |
|
Andrew Smith ext:(%2C%20Rob%20Arnold%20%3Ctellrob%40gmail.com%3E%2C%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E)
|
269c2d355a
|
Implement css3 border-image property. (Bug 378217) r=vlad,dbaron,robarnold
|
2008-07-16 22:18:38 -07:00 |
|
Bobby Holley
|
c7acebb264
|
Viewport meta tag - content tests - bug 436083
|
2008-07-16 20:18:11 -07:00 |
|
Bobby Holley
|
1f347da68c
|
Viewport meta tag - content - bug 436083 r=jst,sr=sicking
|
2008-07-16 20:16:23 -07:00 |
|
Bernd
|
d8f4877b29
|
limit mathml row- and colspans as we do for html bug 443089 r/sr=bzbarsky
|
2008-07-16 17:02:18 +02:00 |
|
Mike Hommey
|
b37dfdda9a
|
Bug 398810 - "Remove MOZILLA_1_8_BRANCH ifdefs from core on trunk" [r=sicking r=brendan r=bsmedberg]
|
2008-07-12 17:26:52 -05:00 |
|
romaxa
|
2d9641055d
|
Bug 440975 - "MOZ_SVG define required for some includes" [p=romaxa@gmail.com (romaxa) r+sr=jst]
|
2008-07-12 03:50:05 -05:00 |
|
Blake Kaplan
|
f0df97ad39
|
Deal with a dead docshell during document.open. bug 435128, r+sr=jst
|
2008-07-09 15:48:02 +02:00 |
|
Chris Double
|
f96dba0d33
|
Bug 382267. Addressing jst review comments. r+sr=roc
|
2008-07-09 21:50:08 +12:00 |
|
Chris Double
|
91826e2fd0
|
Bug 382267. Core implementation of the <video> and <audio> elements. r=jst,r+sr=roc
|
2008-07-09 20:22:20 +12:00 |
|
Ted Mielczarek
|
acf5e3af5f
|
remove user-debug code that no longer compiles. r=shaver (no bug)
|
2008-07-08 11:34:49 -04:00 |
|
Ted Mielczarek
|
b3afded489
|
remove user-debug code that no longer compiles. r=shaver (no bug)
|
2008-07-08 11:31:38 -04:00 |
|
Benjamin Smedberg
|
884ca0dcae
|
Bug 442735 - Annotate classes in dom/content which only appear on the stack, r+sr=jst
|
2008-06-30 21:03:50 -04:00 |
|
Robert O'Callahan
|
00c8f1363c
|
Bug 344258. Move ID-content map up from nsHTMLDocument to nsDocument to prepare for using it across all document types. r+sr=jst
|
2008-06-23 11:12:40 +12:00 |
|
Robert O'Callahan
|
0084a0efef
|
Bug 438981. The canonical 'body element' must be the first 'body' child.
|
2008-06-23 10:38:29 +12:00 |
|
Robert O'Callahan
|
b131826697
|
Fixing testcase
|
2008-06-17 11:41:12 +12:00 |
|
Robert O'Callahan
|
3b260fb7e9
|
Bug 287465. Support getSVGDocument on 'iframe' and 'object', and allow it to return on-SVG documents. r+sr=jst. acid3++
|
2008-06-17 09:53:12 +12:00 |
|
Robert O'Callahan
|
7454ea4889
|
Bug 438519. Make DocumentType.internalSbuset return null when there was no internal subset in the doctype at all. r+sr=sicking. Acid3 progress.
|
2008-06-14 20:24:13 +12:00 |
|
Jesse Ruderman
|
dc6a86aaf8
|
Make standalone image zoom shortcuts not activate when you use normal zoom shortcuts (bug 434948). r=smaug, sr=jst.
|
2008-06-10 17:22:03 -07:00 |
|
Olli Pettay
|
287e2bf7f3
|
Bug 433758, Crash [@ nsContentList::Item], r+sr=jst
|
2008-06-04 23:18:58 +03:00 |
|
Vladimir Vukicevic
|
35bb6388f9
|
b=430906; add moz-opaque attribute to <canvas>; r+sr=roc
|
2008-06-03 17:00:32 -07:00 |
|
bzbarsky@mit.edu
|
00c09574bf
|
Adding test.
|
2008-05-06 12:21:39 -07:00 |
|
crowder@fiverocks.com
|
7cde5f298c
|
Bug 318906 : issue with event-handler attached to an outer window, patch by mrbkap, r/sr=jst, a=mtschrep
|
2008-05-03 21:29:12 -07:00 |
|
peterv@propagandism.org
|
6f9bbd6446
|
Fix for bug 430624 (Crash [@ nsDocShellEditorData::DetachFromWindow] with spellcheck attribute). Patch by cpearce, r=peterv, sr=jst.
|
2008-05-02 04:36:29 -07:00 |
|
peterv@propagandism.org
|
20171b841e
|
Fix for bug 430392 (Pressing enter in div w/ contenteditable = true causes text nodes to move unexpectedly) . r/sr=jst, a=damon.
|
2008-04-30 11:13:11 -07:00 |
|
vladimir@pobox.com
|
edd674511f
|
b=430873; fast path drawImage with a canvas as source ; r+sr=roc/stuart; a=damon
|
2008-04-30 10:04:46 -07:00 |
|
joshmoz@gmail.com
|
a71878eac0
|
Stop variable from being used uninitialized which messes with focus acceptance. Patch by peterv. b=430351 r=jonas sr=bz a=beltzner
|
2008-04-29 17:11:04 -07:00 |
|
Olli.Pettay@helsinki.fi
|
a300e73cf3
|
back out bug 430873 to fix test failures
|
2008-04-29 07:43:35 -07:00 |
|
vladimir@pobox.com
|
83465c63b2
|
b=430873; avoid copy when doing canvas-canvas drawImage ops ; r+sr=roc,a=damon
|
2008-04-28 20:49:50 -07:00 |
|
ajschult@verizon.net
|
676f734ab3
|
Bug 431003 bustage fix for Firefox
|
2008-04-27 10:24:09 -07:00 |
|
ajschult@verizon.net
|
e96cbae6d8
|
Bug 431003: Enable auto image resize for bug 369370 mochitest, r=dolske
|
2008-04-27 09:21:43 -07:00 |
|
roc+@cs.cmu.edu
|
e39f69c653
|
Bug 386782. save and restore editor state so that it isn't lost when a page goes into the bfcache and then comes back. patch by Chris Pearce, r+sr=peterv,a=beltzner
|
2008-04-23 14:36:17 -07:00 |
|
dolske@mozilla.com
|
03ade51c61
|
Bug 369370 - pop-up window image zoom-out leads to wrong (broken) display. r=jst, a.19=damons
|
2008-04-21 21:41:38 -07:00 |
|
jst@mozilla.org
|
4b69a276d4
|
Landing fix for bug 419716. Make us consistently deal how we're pass param tags to object tags when parsing XHTML. Patch by mrbkap@gmail.com and bent.mozilla@gmail.com, r+sr=jonas@sicking.cc, a=beltzner
|
2008-04-17 15:30:51 -07:00 |
|
Olli.Pettay@helsinki.fi
|
1e53a71048
|
Bug 428135, form submission event shouldn't bubble to parent forms, r=jst,sr=sicking,a=beltzner
|
2008-04-17 15:15:07 -07:00 |
|
peterv@propagandism.org
|
3d275175d8
|
Try to make test more robust.
|
2008-04-16 01:35:44 -07:00 |
|
peterv@propagandism.org
|
291027c308
|
Reenable test.
|
2008-04-16 00:27:19 -07:00 |
|
peterv@propagandism.org
|
ffbec73d5a
|
Try to make test more robust.
|
2008-04-16 00:26:38 -07:00 |
|
peterv@propagandism.org
|
5836051593
|
Disable test_bug406596.html for now to fix orange.
|
2008-04-15 12:20:18 -07:00 |
|
peterv@propagandism.org
|
c37d1b0f6f
|
Fix for bug 406596 (Link/anchor elements are focused within an contentEditable element). r/sr=jst, a=beltzner.
|
2008-04-15 11:40:38 -07:00 |
|
bent.mozilla@gmail.com
|
c54db3bb3c
|
Bug 425551 - "Fix async DOM events from keeping link elements alive past unlink". r+sr=sicking, a=beltzner.
|
2008-04-11 10:29:06 -07:00 |
|
masayuki@d-toybox.com
|
772184b20b
|
Bug 427245 IME is enabled on non text editable input element (re-landing, the previous test failure is not related this patch.) r=peterv, sr=roc, a1.9=beltzner
|
2008-04-11 04:31:13 -07:00 |
|
masayuki@d-toybox.com
|
375ef90980
|
b=427245 backing-out the previous patch, because qm-centos5-01 becomes oragne.
|
2008-04-11 03:16:18 -07:00 |
|
masayuki@d-toybox.com
|
96f80d22eb
|
Bug 427245 IME is enabled on non text editable input element r=peterv, sr=roc, a1.9=beltzner
|
2008-04-11 01:47:16 -07:00 |
|
roc+@cs.cmu.edu
|
8ce149d016
|
Bug 426987. Split SaveState from nsIDocument::Destroy so that we don't do Destroy() while we're still displaying the document. r+sr=sicking,a=beltzner
|
2008-04-10 15:47:01 -07:00 |
|
roc+@cs.cmu.edu
|
c6e6f99e9f
|
Bug 423371. Make sure we use a non-null reference frame to compute the size of the element in GetOffsetRect. r+sr=bzbarsky,a=beltzner
|
2008-04-10 15:36:10 -07:00 |
|
jonas@sicking.cc
|
f6bc46eb38
|
Backing out due to test failures
|
2008-04-08 20:20:39 -07:00 |
|
jonas@sicking.cc
|
aedea05d90
|
Bug 425551: Improve script blocker code and use it to prevent async DOM events from keeping link elements alive past CC. Patch by bent. r/sr=sicking
|
2008-04-08 19:06:27 -07:00 |
|
timeless@mozdev.org
|
b0e4df4591
|
Bug 394114 Interfaces missing from various QI implementations. r=jag sr=jag a=dsicore
|
2008-04-06 05:28:34 -07:00 |
|
gavin@gavinsharp.com
|
a1fa1ac12f
|
Fix bug # typo in comment
|
2008-04-01 12:46:25 -07:00 |
|
peterv@propagandism.org
|
f6c36cdc7e
|
Fix for bug 415192 (Crash (within nsCycleCollector::Shutdown and nsXBLBinding::RemoveInsertionParent) with <xul:wizard>, cloneNode). r/sr=sicking.
|
2008-03-28 07:09:00 -07:00 |
|
jruderman@hmc.edu
|
8047b327ba
|
Add crashtest
|
2008-03-26 18:13:31 -07:00 |
|
reed@reedloden.com
|
29c47ce39a
|
Bug 424304 - "Create Mochitest for bug 417760" [p=marco.zehe@googlemail.com (Marco Zehe) r+sr=mats.palmgren]
|
2008-03-25 21:52:30 -07:00 |
|
jonas@sicking.cc
|
5fcdbd4297
|
Bug 424923: Remove support for cross-site XHR. r/sr=jst for code changes
|
2008-03-25 19:46:08 -07:00 |
|
surkov.alexander@gmail.com
|
b295bdb198
|
Bug 417760 - cannot focus() img elements with tabindex=-1, patch=aaronlev, r,sr = mats, a=mtschrep
|
2008-03-19 23:33:57 -07:00 |
|
timeless@mozdev.org
|
7f880e43ef
|
reverting, wrong patch, missing AMBIGUOUS
|
2008-03-19 14:55:22 -07:00 |
|
timeless@mozdev.org
|
022712406a
|
Bug 394114 Interfaces missing from various QI implementations. r=jag sr=jag a=dsicore
|
2008-03-19 14:19:35 -07:00 |
|
Olli.Pettay@helsinki.fi
|
01474a2051
|
Bug 421366, [@ nsContentUtils::IsEventAttributeName] r+sr=peterv
|
2008-03-19 12:44:08 -07:00 |
|
reed@reedloden.com
|
0c26763908
|
Bug 375457 - "toDataURL has incorrect type-checking logic" [p=joe@drew.ca (Joe Drew [JOEDREW!]) r+a1.9=vlad]
|
2008-03-16 14:02:05 -07:00 |
|
jwalden@mit.edu
|
59a27fb41f
|
Bug 199692 - Update and reenable the document.elementFromPoint tests that didn't work when initially committed due to window sizing issues; there may still be some issues, but we'll todo aggressively in followup commits if necessary -- better halfway in than not at all. Patch is partly me, partly Ben Karel <web+moz@eschew.org>, r from Ben and r=roc. a=itsatest
|
2008-03-14 11:45:32 -07:00 |
|
roc+@cs.cmu.edu
|
e1cbf6f105
|
Bug 421662. Rename TextRectangle* to ClientRect*. r+sr=sicking,a=damon
|
2008-03-11 17:51:12 -07:00 |
|
bent.mozilla@gmail.com
|
827ac24e1e
|
Bug 420700 - Calling createContextualFragment affects subsequent setting of innerHTML. r+sr=jst, a=blocking1.9+.
|
2008-03-06 12:14:33 -08:00 |
|
jruderman@hmc.edu
|
96be9d6d7d
|
Make nsContentSink, instead of subclasses, be responsible for making sure RemoveObserver is called (bug 420835). r+sr=sicking, a=blocking1.9+.
|
2008-03-04 20:54:21 -08:00 |
|
roc+@cs.cmu.edu
|
3bf32d7606
|
Bug 417255. Rework getClientRects/getBoundingClientRect/offset* code to use a generic rectangle iterator API which drills down through anonymous blocks, fixing IE compat. r+sr=dbaron
|
2008-02-27 01:26:15 -08:00 |
|
dbaron@dbaron.org
|
d98a9e860e
|
Make 'top' and 'bottom' captions follow the CSS2.1 behavior and put the old behavior into 'top-outside' and 'bottom-outside'. b=363248,386704 r+sr=roc a=blocking1.9+
|
2008-02-26 18:02:20 -08:00 |
|
peterv@propagandism.org
|
220f7309ae
|
Fix bug 406596 (Link/anchor elements are focused within an contentEditable element) for designMode. r/sr=jst.
|
2008-02-26 06:09:52 -08:00 |
|
benjamin@smedbergs.us
|
1141ded71b
|
Back out bug 412320 and various followups because the perf impact was minimal and the code is more complicated
|
2008-02-21 12:39:20 -08:00 |
|
Olli.Pettay@helsinki.fi
|
22dc5c4af2
|
bug 380454, r=benjamin, sr=sicking
|
2008-02-21 04:47:26 -08:00 |
|
reed@reedloden.com
|
010e223a52
|
Rev IID from bug 412920 changes.
|
2008-02-20 02:54:19 -08:00 |
|
reed@reedloden.com
|
0ee0ce288d
|
Bug 412920 - "[contenteditable] editable elements cannot be edited anymore after page refresh" [p=chris@pearce.org.nz (Chris Pearce [cpearce]) / peterv@propagandism.org (Peter Van der Beken) r+sr=jst a=blocking1.9+]
|
2008-02-20 01:54:52 -08:00 |
|
roc+@cs.cmu.edu
|
60a9f80a00
|
Bug 261081. Support official 'pre-wrap' value for CSS 'white-space' since we already support it well as '-moz-pre-wrap'. r+sr=dbaron,a=schrep
|
2008-02-19 18:07:48 -08:00 |
|
dbaron@dbaron.org
|
655d0e3e4a
|
Expose GetBodyContent and use it to avoid performance hit of nsIDOMHTMLDocument::GetBody. b=331530 r+sr=sicking a=schrep
|
2008-02-19 10:47:34 -08:00 |
|
dbaron@dbaron.org
|
33c8af3660
|
Back out for now, until I have a chance to fix reftests depending on old behavior.
|
2008-02-19 09:28:00 -08:00 |
|
dbaron@dbaron.org
|
f68cc8299a
|
Expose GetBodyContent and use it to avoid performance hit of nsIDOMHTMLDocument::GetBody. b=331530 r+sr=sicking a=schrep
|
2008-02-19 08:48:09 -08:00 |
|
Olli.Pettay@helsinki.fi
|
d7832061bb
|
Back out Bug 380454
|
2008-02-19 05:47:15 -08:00 |
|
Olli.Pettay@helsinki.fi
|
dc1dd6ad65
|
Bug 380454, r=benjamin, sr=sicking
|
2008-02-19 05:06:22 -08:00 |
|
jag@tty.nl
|
05cdb6aefe
|
Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan
|
2008-02-18 00:50:04 -08:00 |
|
mats.palmgren@bredband.net
|
ecfe270a2e
|
Remove remaining support for proportional length values (unused). b=341683 r+sr=dbaron r=sicking a=mtschrep
|
2008-02-16 18:50:44 -08:00 |
|
bzbarsky@mit.edu
|
0ffeb8258f
|
Allow JS 1.7 in XBL. Bug 389322, r=brendan, sr=jst, a=brendan
|
2008-02-15 21:13:16 -08:00 |
|
bzbarsky@mit.edu
|
1b643514f5
|
Make sure that changes to the "span" attribute on a colgroup actually work. Bug 404309, r=bernd, sr=dbaron, a=beltzner
|
2008-02-14 20:19:28 -08:00 |
|
reed@reedloden.com
|
4c4140bd62
|
Bug 398433 - "PRBool misuse bugs in content/" [p=tglek@mozilla.com (Taras Glek) r+sr=sicking a1.9=schrep a=blocking1.9+]
|
2008-02-09 22:16:30 -08:00 |
|
bent.mozilla@gmail.com
|
588f30c270
|
Bug 386769 - "Make setting innerHTML faster". r=jst, sr=peterv, a=blocking1.9.
|
2008-02-08 14:07:51 -08:00 |
|
jwalden@mit.edu
|
ecffb80fcc
|
Bug 414812 - document.domain = "0.0.1" on a page on 127.0.0.1 should not work. r=dwitte, sr=jst, a=schrep
|
2008-02-07 12:58:56 -08:00 |
|
Olli.Pettay@helsinki.fi
|
6266b09e1c
|
Bug 389756, make full page zoom interact a bit better with image auto zoom, r+sr=jst, a=blocking1.9+
|
2008-02-07 11:58:05 -08:00 |
|
Olli.Pettay@helsinki.fi
|
e8f54c7405
|
Bug 389756, backout, tree is burning
|
2008-02-07 10:21:18 -08:00 |
|