Ehsan Akhgari
|
ee06d54b25
|
Fix the build bustage from bug 499377
|
2009-07-15 12:10:26 +04:30 |
fantasai
|
d3aa3e3ff9
|
Bug 499377 - Store float region on frame r+sr=roc
|
2009-07-14 22:19:31 -07:00 |
Peter Van der Beken
|
51e0e93326
|
Fix for bug 499781 (Move some methods from nsILink to nsIContent). r=bz, sr=dbaron.
--HG--
extra : rebase_source : da0ec8bfb6825d2e55edd2f5b08a9e43b033a2a3
|
2009-07-13 13:48:06 +02:00 |
fantasai
|
f9ee2e966c
|
Bug 503183 - Use Overflow Containers for float continuations beyond end of containing block r=roc
|
2009-07-13 09:50:54 -07:00 |
Benjamin Smedberg
|
6b2ae89df2
|
nsIPluginInstance.getMIMEType should be a [shared, const] parameter... it doesn't follow the normal XPCOM rules about allocating memory. r=josh sr=jst
|
2009-07-13 12:27:46 -04:00 |
Simon Montagu
|
2b6feaa5f7
|
Check alt text for right-to-left characters and enable bidi processing if they are found. Bug 503269, r+sr=roc
|
2009-07-12 06:32:48 -07:00 |
Josh Aas
|
a790c00274
|
Get rid of GUItoMacEvent and nsPluginEventType. b=503133 sr=roc
|
2009-07-10 20:20:32 -04:00 |
Robert O'Callahan
|
a0c7faf418
|
Bug 371839. Assertions that scan all continuations should bail out if the continuation chain is too long, so they don't add O(N) to algorithmic complexity. r=bzbarsky
|
2009-07-10 14:03:03 +12:00 |
Robert O'Callahan
|
70308cfd2b
|
Bug 501295. pluginGetEdge should return coordinates relative to the window frame in the Win32 test plugin. Then we can enable test_plugin_position on Windows. r=jmathies
|
2009-07-10 14:03:00 +12:00 |
Josh Aas
|
52d340c441
|
Get rid of nsMIMEType type. b=503025 r/sr=jst
|
2009-07-08 23:25:20 -04:00 |
L. David Baron
|
d688eee9b9
|
Turn assertion into warning since we can hit it in large coordinate cases. (Bug 494237) r+sr=roc
|
2009-07-08 18:10:29 -07:00 |
Chris Pearce
|
337e00937d
|
Bug 501535 - Don't update poster attribute on <audio> elements, only on <video>. r+/sr+ roc.
|
2009-07-07 14:02:06 +12:00 |
fantasai
|
f03f0ffb2e
|
Bug 389462 - columns don't reflow on resize r=roc
|
2009-07-06 18:23:24 -07:00 |
Robert O'Callahan
|
7008c5ffd3
|
Bug 488620. GTK2 test plugin should not assume that ancestor X windows have associated GTK widgets. r=karlt
|
2009-07-04 21:47:15 +12:00 |
Timothy Nikkel
|
d79ba77609
|
Bug 488242. Make iframes with semi-transparent backgrounds work correctly by painting all canvas background colors using a dedicated fallback background color display item. r+sr=roc
|
2009-07-04 21:30:59 +12:00 |
Graeme McCutcheon
|
f803e9da7a
|
Add a mochitest-based reftest and remove the previously disabled reftest for bug 263683. r=roc
|
2009-07-03 21:12:06 +01:00 |
Josh Aas
|
f0487beaad
|
Remove nsIPluginTagInfo2, fold it into nsIPluginTagInfo. b=501812 r/sr=jst
|
2009-07-01 20:54:18 -04:00 |
Josh Aas
|
a9126f5910
|
Remove nsPIPluginHost. b=501388 r/sr=jst
|
2009-06-30 16:49:04 -04:00 |
Masayuki Nakano
|
247caf75bf
|
Bug 486778 Spell checker's wavy line is sometimes drawn through misspelled words r+sr=roc
|
2009-07-01 01:52:16 +09:00 |
Josh Aas
|
35d3f49bc3
|
Bug 501194 - Remove nsplugin.h. r/sr=jst
|
2009-06-30 01:55:05 -04:00 |
Josh Aas
|
30bd0a7470
|
Windows bustage fix for bug 500889.
|
2009-06-29 15:38:09 -04:00 |
Josh Aas
|
03e8417745
|
Remove plugin instance peers (nsIPluginInstancePeer, nsPIPluginInstancePeer). Second and final part of bug 500889. r/sr=jst
|
2009-06-29 14:53:52 -04:00 |
David Bolter
|
f1798f3a4f
|
Bug 467144 - nsIMutationObserver::AttributeChanged should provide old attribute value; r=bzbarsky, r+sr=sicking
|
2009-06-29 14:36:25 -04:00 |
Daniel Holbert
|
6c27a19a3f
|
Bug 465651: Move ReflowOverflowContainerChildren earlier in nsBlockFrame::Reflow. r+sr=roc
|
2009-06-28 20:56:13 -07:00 |
Robert O'Callahan
|
60b99a5c69
|
Bug 500630. Clip Cocoa plugins to theheir bounds, so an errant plugin won't draw outside its bounds and leave artifacts. r=josh
--HG--
extra : rebase_source : 551f8124ba9afb8576106f38e7916cf8fd6f7111
|
2009-06-29 10:52:11 +12:00 |
Robert O'Callahan
|
9201670f7a
|
Bug 500556. Split FRAMETREE_DEPENDS_ON_CHARS bit into NS_CREATE_FRAME_IF_NON_WHITESPACE and NS_REFRAME_IF_WHITESPACE so we don't need to reframe for every data change. r+sr=bzbarsky
--HG--
extra : rebase_source : 580aed3273c16e8402434a6f32d18dca542f29c0
|
2009-06-29 10:48:24 +12:00 |
Josh Aas
|
871f98ac16
|
Bug 500889 - Remove nsIPluginInstancePeer2 and nsIPluginInstancePeer3, part 1 for removing plugin instance peers. b=500889 r/sr=jst
|
2009-06-28 19:43:19 -04:00 |
Johnny Stenback
|
13a495c569
|
Fixing bug 484744. Revert an IID change that broke the old Java plugin. r+sr=mrbkap@gmail.com
|
2009-06-26 07:57:26 -07:00 |
Josh Aas
|
d3dd7b09b8
|
Bustage fix for bug 500593.
|
2009-06-26 10:54:51 -04:00 |
Chris Pearce
|
ca56e0a631
|
Bug 449156 - Implement HTMLVideoElement.poster, with correct reftests. r+=doublec,jst, sr+=roc
|
2009-06-26 19:25:17 +12:00 |
Chris Pearce
|
dfb74860fb
|
Backout bug 449156 due to test-poster-9 failure.
|
2009-06-26 18:25:03 +12:00 |
Chris Pearce
|
661469daa7
|
Bug 449156 - Implement HTMLVideoElement.poster r+=doublec,jst sr+=roc
|
2009-06-26 16:23:14 +12:00 |
Josh Aas
|
3ff84ea250
|
Remove nsIPluginManager/nsIPluginManager2. Fold their functionality into nsIPluginHost. b=499431 r/sr=jst
|
2009-06-25 17:06:54 -04:00 |
Timothy Nikkel
|
9e79588e44
|
Bug 458651. Text hidden with 'blink' should still receive events. r+sr=roc
--HG--
extra : rebase_source : cfde922d71be51795c3d3fa398faead1d00e2e55
|
2009-06-24 21:09:26 +12:00 |
Boris Zbarsky
|
155505ae7b
|
Bug 478465. Don't clobber our NS_FRAME_IN_REFLOW flag by scrolling. r+sr=roc
|
2009-06-23 21:35:00 -04:00 |
Karl Tomlinson
|
5baa51ee45
|
b=495959 set NS_FRAME_CONTAINS_RELATIVE_HEIGHT for relative line-heights r=bz,dbaron
|
2009-06-20 13:39:40 +12:00 |
Josh Aas
|
655bac0769
|
Minor Mac OS X plugin related cleanup, no bug. r=smichaud
|
2009-06-19 12:15:23 -04:00 |
Jesse Ruderman
|
d6e1bab364
|
Add a bunch of -moz-column crashtests
|
2009-06-18 19:17:24 -07:00 |
Robert Longson
|
cafd92f295
|
Bug 486936 - image-rendering style should apply to canvas element. r=vladimir
|
2009-06-17 21:31:18 +01:00 |
Jesse Ruderman
|
5d154f2029
|
Add crashtest for bug 479938
|
2009-06-16 12:11:04 -07:00 |
L. David Baron
|
6730c2f7fd
|
Remove support for fallback background colors. (Bug 496721) r+sr=bzbarsky
|
2009-06-16 08:00:20 -07:00 |
L. David Baron
|
2f0c6a9e87
|
Don't reduce the height we're checking while we reflow for floats. (Bug 494332) r+sr=roc
|
2009-06-16 08:00:20 -07:00 |
Josh Aas
|
cd996ad555
|
Fix some whitespace issues in nsObjectFrame.cpp. no bug, r/sr=sparky
|
2009-06-15 17:36:11 -04:00 |
Jesse Ruderman
|
f0b1eb1771
|
Add crashtests
|
2009-06-12 19:21:09 -07:00 |
Timothy Nikkel
|
8152e3f539
|
Bug 491700 - "hang while resizing windows (CPU hits 100%, no interaction is possible)." r+sr=bzbarsky
|
2009-06-12 21:28:41 -04:00 |
Neil Rashbrook
|
2e9bc4f075
|
Bug 458231 Frame overflow plays havoc with size of <label> or <description> r+sr=roc r=dao for backout of workaround for bug 69710
|
2009-06-12 08:33:51 +01:00 |
Robert O'Callahan
|
6000a74a3d
|
Bug 492837. If a scrollframe's reflow is interrupted, don't clamp the scroll position to the new size. r=bzbarsky
--HG--
extra : rebase_source : f0def3a670f208e5894cdbd650d395d991441c34
|
2009-06-12 13:46:33 +12:00 |
Boris Zbarsky
|
c24eca108a
|
Bug 493649. Make sure that we never end up incomplete when our available height is unconstrained. r+sr=roc
|
2009-06-11 13:09:35 -04:00 |
Boris Zbarsky
|
bf368314b4
|
Bug 493863. We might have stopped the loop right after reflowing a column, so put off the CheckForInterrupt on the column-set until after the loop. r+sr=roc
|
2009-06-11 10:35:08 -04:00 |
Arpad Borsos
|
edecaebd7a
|
Bug 495296 - kill nsISVGTextContentMetrics; r+sr=roc
|
2009-05-29 12:15:40 +02:00 |