Boris Zbarsky
|
3f25246245
|
Bug 522632. Make cellContent blocks returns false from IsContainingBlock. r=dbaron
|
2010-03-03 18:53:18 -05:00 |
|
Boris Zbarsky
|
7b3f749b05
|
Bug 527977 followup. Fix build bustage.
|
2010-03-02 19:04:44 -05:00 |
|
Steven Michaud
|
64dbfdb0b6
|
Bug 542068 - Wrong coordinates set on synthesized plugin events. r=josh
|
2010-03-02 10:59:01 -06:00 |
|
Michael Ventnor
|
25bc9c7d85
|
Bug 542361 - Fix and remove the GetUsedX assertions r=roc
--HG--
extra : rebase_source : 6bdb0e3251e955ced01476a2255e9ebc511c884b
|
2010-03-02 11:57:43 +10:00 |
|
Boris Zbarsky
|
4b5ee3b9bd
|
Bug 550882. Make sure to create scrollbars for the viewport even if it's currently overflow:hidden, since various changes to <body> and the like can change the propagated overflow. r=roc
|
2010-03-08 19:30:02 -05:00 |
|
Boris Zbarsky
|
65a4e7e6d2
|
Backed out changeset c7c0db9074c7 (bug 550882) on suspicion of causing a Tsspider regression.
--HG--
extra : rebase_source : 7a3274280e4dfeebd779ec728bc6b8aa65e9cf61
|
2010-03-09 09:34:18 -05:00 |
|
Henri Sivonen
|
7ca64dc3a9
|
Bug 546398 - Replace bogus </head> tag with </title> in test_bug263683.html. r=graememcc.
--HG--
extra : rebase_source : ae501b06b15153a06402c109b0a566b1f44b96aa
|
2010-03-09 15:03:29 +02:00 |
|
Alexander Surkov
|
be2b5e3966
|
Bug 534527 - Accessibility needs new DOM API part 2, r=smaug, sr=bz
|
2010-02-20 16:52:50 -08:00 |
|
L. David Baron
|
3a70c2f304
|
Ensure square list bullets are always square. (Bug 376690) r=roc
|
2010-02-18 12:26:54 -05:00 |
|
Jonathan Kew
|
a36f66c45b
|
Bug 545989 - don't throw an exception if unable to allocate storage for gfxTextRun creation. r=roc
|
2010-02-18 11:52:34 +00:00 |
|
Jesse Ruderman
|
7ee60fba5d
|
Add crashtests
|
2010-02-27 13:04:34 -08:00 |
|
Henri Sivonen
|
7257fa4c52
|
Bug 546604 - Replace bogus </head> tag with </title> in test_bug348681.html. r=roc.
--HG--
extra : rebase_source : b0677964c2e6027d92745fceecbc9f520f610534
|
2010-02-23 16:05:43 +02:00 |
|
Jonas Sicking
|
28396b7d9c
|
Bug 545059: Remove unneeded/non-working bidi.controlstextmode pref. r=smontagu
|
2010-02-24 21:58:17 -08:00 |
|
Jonas Sicking
|
51fbd0da83
|
Bug 544642: Make frames report an error event if the frame src is pointed at a local file url. And don't make setAttribute thrown an exception in that scenario. r=smaug
|
2010-02-24 18:45:43 -08:00 |
|
Robert O'Callahan
|
ae45815e53
|
Bug 545581. Stop checking view visibility at content/chrome boundary. r=mats
--HG--
extra : rebase_source : 57383fcc5138b4b4ff27619adaaec33fba38a3a2
|
2010-02-24 11:37:58 -08:00 |
|
Robert O'Callahan
|
ec27a13556
|
Bug 546530. Bound search for previous cluster start. r=smontagu
--HG--
extra : rebase_source : 5b7bca2777b5cfc5495fc9d339eaf0fbe1ff9a64
|
2010-02-19 14:30:43 +13:00 |
|
Jonathan Kew
|
e9d0f828e0
|
Bug 524107 - part 1 - pass original value of 'lang' to gfx text code rather than only a 'langGroup' value, to allow language-specific font rendering. r=roc sr=mats
|
2010-02-24 09:57:44 -08:00 |
|
Boris Zbarsky
|
b97993f078
|
Backed out changeset f0239b3789d9 (bug 550882) because it causes a Tsspider regression.
--HG--
extra : rebase_source : ce7b9a047e91e3011d02c9807fdaba51e70f2b64
|
2010-03-11 00:59:47 -05:00 |
|
Mats Palmgren
|
9fdc4d1c16
|
Invert CSS transforms for the mouse event coordinate sent to the plugin. Original fix by Victor <vik@dhtmlx.com>. b=539565 r=josh
|
2010-04-27 18:15:02 +02:00 |
|
Mats Palmgren
|
5197eefd38
|
Remove the VerticalScroll() before layout, nsListBoxBodyFrame does that in its post reflow callback. b=547338 r=roc
|
2010-04-27 18:15:02 +02:00 |
|
Jesse Ruderman
|
76787f0eaa
|
Test for bug 547338.
|
2010-04-27 18:15:02 +02:00 |
|
timeless
|
83499da47b
|
Bug 334571 Coverity 702, NS_SIDES array limit check - replace NS_FOR_CSS_SIDES defines with enum. r=zwol,mats
|
2010-04-27 18:15:02 +02:00 |
|
timeless
|
97c43a3297
|
Bug 334571 strip trailing whitespace. r=zwol
|
2010-04-27 18:15:01 +02:00 |
|
Chris Pearce
|
3841ce0fd3
|
Bug 556889 - Honour video aspect ratio in layers rendering. r=roc
|
2010-04-27 20:53:44 +12:00 |
|
Boris Zbarsky
|
ce67bf7350
|
Bug 550882. Make sure to create scrollbars for the viewport even if it's currently overflow:hidden, since various changes to <body> and the like can change the propagated overflow. r=roc
|
2010-03-08 19:30:02 -05:00 |
|
Benoit Girard
|
03c1f7cf9c
|
Add support for the NPAPI Core Animation drawing model. b=497225 r=josh sr=roc
|
2010-03-23 20:51:11 -04:00 |
|
Neil Deakin
|
6906a92fd4
|
BBug 554092, resizer overlaps content window scrollbar, r=roc
|
2010-03-23 14:55:35 -04:00 |
|
Rob Arnold ext:(%20%26%20Robert%20O%27Callahan%20%3Crobert%40ocallahan.org%3E)
|
95f0307543
|
b=555133 Attempt to infer whether or not theme parts are transparent r=roc,rob sr=vlad
|
2010-06-11 10:53:57 +12:00 |
|
Karl Tomlinson
|
d9f67b344a
|
backout ce0bec337cdd due to bad message
|
2010-06-11 10:53:01 +12:00 |
|
Rob Arnold ext:(%20%26%20Robert%20O%27Callahan%20%3Crobert%40ocallahan.org%3E)
|
b3c3976708
|
Attempt to infer whether or not theme parts are transparent r=roc,rob sr=vlad
--HG--
rename : layout/mathml/mathfontSTIXSize1.properties => layout/mathml/mathfontSTIXSizeOneSym.properties
extra : rebase_source : 0500c9e1f6cabd42bd56e5e69b1af3c30c7045cd
|
2010-06-11 10:25:15 +12:00 |
|
Daniel Holbert
|
c76f173bb3
|
Bug 571059: Update debugging printfs to treat nsFrameState objects as 64-bit & fix build warnings. r=dbaron
|
2010-06-10 11:26:57 -07:00 |
|
Daniel Holbert
|
b99dade73e
|
Bug 568612 followup: remove now-unused helper-function GetDocURI. r=roc
|
2010-06-10 11:26:28 -07:00 |
|
Josh Aas
|
dc18091697
|
Add support for Cocoa NPAPI complex text input. This patch contains a TSM-based implementation for 32-bit builds, and an NSInputContext-based implementation for 64-bit builds. b=512886 r=smichaud sr=jst
|
2010-06-09 20:56:17 -04:00 |
|
L. David Baron
|
ed06caaf51
|
Use 64 bits for frame state. (Bug 570837) r=roc
|
2010-06-08 22:28:14 -07:00 |
|
L. David Baron
|
c10e106834
|
Remove unused frame state bits. (Bug 570837) r=roc
|
2010-06-08 22:28:14 -07:00 |
|
L. David Baron
|
d574dd00ce
|
Use macros for frame state so that it's easy to change the size and easier to read the constants. (Bug 570837) r=roc
|
2010-06-08 22:28:14 -07:00 |
|
Benoit Girard
|
3f40b6cc9b
|
Catch Objective-C exceptions in NPAPI_ShowCocoaContextMenu. b=561477 r=josh
|
2010-06-09 00:11:54 -04:00 |
|
Benoit Girard
|
22930b5f78
|
Implement InvalidatingCoreAnimation Drawing Model. b=559211 r=josh
|
2010-06-09 00:11:48 -04:00 |
|
Benoit Girard
|
da16c54e88
|
Don't paint OSX plug-ins with empty clip. b=568382 r=roc
|
2010-06-09 00:11:46 -04:00 |
|
L. David Baron
|
934c377eda
|
Rename properties and values of background-clip and background-origin to match css3-background. (Bug 549809) r=roc
|
2010-06-08 18:44:33 -07:00 |
|
Jesse Ruderman
|
3dbc6bd8c8
|
Add a bunch of crashtests
|
2010-06-08 17:53:08 -07:00 |
|
Ehsan Akhgari
|
67c7d5d5e2
|
Bug 332636 - Handle backspace for Unicode plane 1 characters correctly; r=roc
--HG--
extra : rebase_source : a343610b06983d3328f3ddb2e7025193ab275094
|
2010-06-04 13:28:19 -04:00 |
|
Neil Deakin
|
613aeb8685
|
Bug 553760, two resizers appear in textarea, hide the one for the placeholder scrollframe, r=dbaron
|
2010-03-23 13:14:47 -04:00 |
|
liucougar@gmail.com
|
08a58993f1
|
Bug 507936 - Should join node when deleting at end of paragraph. r=peterv
|
2010-03-23 09:23:23 +01:00 |
|
Masayuki Nakano
|
dfa558e2f4
|
Bug 552493 Hang on select-all in large textbox (which repeats if I unfocus & focus Firefox) r=roc
|
2010-04-06 18:01:53 +09:00 |
|
Benoit Girard
|
5ebd81adea
|
Explicitly remove CALayer from CARenderer when CARenderer is destroyed in order to avoid situations where the CALayer is attached to two renderers. b=556453 r=josh
|
2010-04-05 00:29:56 -04:00 |
|
L. David Baron
|
da49db240b
|
Subtract the correct border+padding. (Bug 546048) r=roc
|
2010-04-04 14:46:15 -07:00 |
|
Bill Gianopoulos
|
9fb6b84bbc
|
Bug 555727: Stop MSVC from over-optimizing NS_DECLARE_FRAME_PROPERTY. r=dbaron
|
2010-04-03 16:21:53 -04:00 |
|
Ehren Metcalfe
|
e0ac5d5547
|
Bug 556446: Remove dead code in layout. r=roc,bz
|
2010-04-03 07:36:19 -04:00 |
|
L. David Baron
|
7ff92ec1fa
|
Use the appropriate color based on visitedness for nsCSSRendering::PaintBorder users of the 'border-*-color' properties. (Bug 147777) r=zweinberg
|
2010-04-02 18:58:26 -07:00 |
|
L. David Baron
|
78c4bdc4bd
|
Use the appropriate color based on visitedness for the 'background-color' property. (Bug 147777) r=zweinberg
|
2010-04-02 18:58:26 -07:00 |
|
L. David Baron
|
68d7839f41
|
Make PaintBackgroundWithSC and related methods operate on nsStyleContext* rather than const nsStyleBackground*. (Bug 147777) r=zweinberg
|
2010-04-02 18:58:26 -07:00 |
|
L. David Baron
|
b5cbbc06ce
|
Use the appropriate color based on visitedness for the 'color' property. (Bug 147777) r=roc
|
2010-04-02 18:58:25 -07:00 |
|
L. David Baron
|
961c31082c
|
Add function to nsStyleUtil for choosing the appropriate color from style data based on link visitedness. (Bug 147777) r=bzbarsky
|
2010-04-02 18:58:25 -07:00 |
|
Vivien Nicolas
|
8d0a5ca6d8
|
Bug 461843: Backout changes to avoid assertions but broke scrollbar margin support [r=roc]
|
2010-04-02 18:25:40 -04:00 |
|
Zack Weinberg
|
54ad0fb73a
|
Bug 494117: Mechanically change 'ReParent' to 'Reparent' throughout the tree. r=bzbarsky
|
2010-04-01 23:07:43 -07:00 |
|
Boris Zbarsky
|
2e7a02c034
|
Bug 551699. Use the content insertion frame of our containing block when looking for our static position. r=dbaron
|
2010-04-01 22:09:05 -04:00 |
|
Benoit Girard
|
8e7c8c5f5b
|
Optimize Core Graphics drawing model OOPP implementation. b=555835 r=josh
|
2010-04-01 17:53:56 -04:00 |
|
Jesse Ruderman
|
7e6ad6b78a
|
Add tests to manifest. (Homeless tests identified by script in bug 551617.)
|
2010-03-31 20:17:35 -07:00 |
|
Jesse Ruderman
|
55ce0ea01b
|
hg rm a test that was removed from the manifest. Making a working test is covered by bug 414740's in-testsuite? flag.
|
2010-03-31 20:16:44 -07:00 |
|
Masayuki Nakano
|
553922eee1
|
Bug 554822 Caret should refer the actual text color instead of the value of CSS color property r=roc
|
2010-04-01 11:35:48 +09:00 |
|
Jim Mathies
|
7a3c2f7dcf
|
merge backout.
|
2010-03-31 12:55:55 -05:00 |
|
Jim Mathies
|
d4cc6d9831
|
Backout bug 555133 to fix bug 555950.
|
2010-03-31 12:55:41 -05:00 |
|
Josh Aas
|
c12f7f8878
|
Fix comment.
|
2010-03-31 13:51:25 -04:00 |
|
Masayuki Nakano
|
313a3bd180
|
Bug 554822 backout the previous patch
|
2010-04-01 02:31:06 +09:00 |
|
Masayuki Nakano
|
55bbbc0a73
|
Bug 554822 Caret should refer the actual text color instead of the value of CSS color property r=roc
|
2010-04-01 02:12:43 +09:00 |
|
Rob Arnold
|
9ffd5134c3
|
Bug 555133 - Attempt to infer whether or not theme parts are transparent r=roc sr=vlad
|
2010-03-29 15:24:40 -04:00 |
|
Craig Topper
|
1921815643
|
Bug 253889: DeCOMtaminate nsIPresShell - IsPaintingSuppressed(). r=roc
--HG--
extra : rebase_source : 9ee8283e8bce33402893ae5316f89c9f699a1236
|
2010-03-31 08:43:49 -04:00 |
|
Craig Topper
|
7b89b159bb
|
Bug 253889: DeCOMtaminate nsIPresShell - GetCaret(). r=roc
--HG--
extra : rebase_source : 2a05050d8cbb10dd3bb763d5d5a158cc5f3dd814
|
2010-03-31 08:39:31 -04:00 |
|
Robert O'Callahan
|
c745b6c7bc
|
Bug 551463. Don't clamp scroll positions during reflow, do it during a post-reflow callback so that temporary frame size changes don't clamp when they shouldn't. r=mats
|
2010-03-29 14:46:59 +13:00 |
|
Robert O'Callahan
|
8dedebd2e4
|
Bug 551635. Don't crash if we focus the root element and there's no root scroll frame. r=mats
|
2010-03-11 18:37:27 +13:00 |
|
Robert O'Callahan
|
51aea0b3ed
|
Bug 545049. Capture the pre-transform overflow area of a frame and use it in InvalidateOverflowArea. r=mats
|
2010-03-29 14:46:58 +13:00 |
|
Robert O'Callahan
|
60dacfeed1
|
Bug 545049. When the overflow area of a transformed frame changes, we need to repaint the whole thing. r=mats
|
2010-03-29 14:46:58 +13:00 |
|
Robert O'Callahan
|
9a2ed61b34
|
Bug 551660. Switch layout code from using nsPropertyTable to FramePropertyTable. r=mats,sr=dbaron
|
2010-03-29 14:46:55 +13:00 |
|
Robert O'Callahan
|
65a544dade
|
Bug 551632. endsInDiacritic frame property is set but never used. r=smontagu
|
2010-03-29 14:46:13 +13:00 |
|
Craig Topper
|
6c9540a26d
|
Bug 253889: More deCOMtamination of nsIPresShell. r=roc
|
2010-03-28 19:21:11 -04:00 |
|
Masayuki Nakano
|
9de2f77373
|
Bug 553975 Caret is painted under textframe in input/textarea element r=roc
|
2010-03-27 13:33:17 +09:00 |
|
Kyle Huey
|
53dc79a0f8
|
Backing out Bug 253889 to fix Bug 555727.
|
2010-03-30 19:57:12 -04:00 |
|
Kyle Huey
|
afc6c6ca2d
|
Backed out changeset 4b8936ac4a31
|
2010-03-30 19:56:44 -04:00 |
|
Boris Zbarsky
|
58827ef725
|
Bug 550882. Make sure to create scrollbars for the viewport even if it's currently overflow:hidden, since various changes to <body> and the like can change the propagated overflow. r=roc
|
2010-03-08 19:30:02 -05:00 |
|
Benjamin Smedberg
|
3ad7eb7f3a
|
Merge mozilla-central into electrolysis.
|
2010-02-09 21:22:09 -05:00 |
|
Zack Weinberg
|
7fd5fe000b
|
Bug 345681: Remove the vestigial nsICheckboxControlFrame and nsIRadioControlFrame interfaces. r=roc
|
2010-02-09 14:06:37 -08:00 |
|
Benjamin Smedberg
|
33745658c4
|
Merge mozilla-central into electrolysis
|
2010-02-09 11:39:28 -05:00 |
|
Makoto Kato
|
256f2577f8
|
Bug 182954 - Content should use the newer nsIPrefService APIs instead of nsIPref. r=jst
|
2010-02-08 11:49:18 +09:00 |
|
Doug Turner
|
c5fb72ab64
|
Bug 543976 - Clean up Maemo defines. r=ted
|
2010-02-09 11:02:11 -08:00 |
|
Benjamin Smedberg
|
f64a66954c
|
Merge mozilla-central into electrolysis.
|
2010-02-03 13:28:22 -05:00 |
|
Benjamin Smedberg
|
6db43fb19a
|
revert changeset f61e06c31086 (bug 542971) since it caused bug 543376.
|
2010-02-02 17:18:37 -08:00 |
|
Benjamin Smedberg
|
6e31be0f2d
|
Merge mozilla-central into electrolysis.
|
2010-02-01 15:30:27 -05:00 |
|
Josh Aas
|
46d060dccd
|
Get rid of nsPluginInstanceTag. Clarifies the plugin object hierarchy and makes it easier to get from one object to another. We avoid unnecessary null checks and strong references due to clarified lifetimes dependencies between objects. Makes all of this code less error-prone. b=542971 r=jst
|
2010-01-29 14:42:54 -05:00 |
|
Benjamin Smedberg
|
93d6ce34da
|
Merge backouts related to bug 535564 and bug 542337
|
2010-01-27 13:22:25 -05:00 |
|
Benjamin Smedberg
|
1e0aa446aa
|
Merge mozilla-central into electrolysis.
|
2010-01-27 09:56:07 -05:00 |
|
Jonathan Kew
|
35b54beeb5
|
Bug 541277: correct boundary handling in character/glyph clump processing. r=roc
|
2010-01-27 07:46:31 +00:00 |
|
Simon Montagu
|
03a690bc2e
|
Allow justification space to be added after non-breaking-spaces. Bug 541189, r=roc
|
2010-01-26 23:30:13 -08:00 |
|
Benjamin Smedberg
|
49f8520c2c
|
Add a timeout for test_plugin_focus in order for events to be delievered to asynchronous event loops, r=jimm
|
2010-01-26 17:50:41 -05:00 |
|
Benjamin Smedberg
|
ed09a35634
|
Work around bug 542337 by making the testplugin not call IPDL methods to paint.
|
2010-01-26 17:50:01 -05:00 |
|
Karl Tomlinson
|
7a9997e1bf
|
b=540910 restore flushing of Xlib requests from the parent to the server before testing from the OOP plugin
|
2010-01-26 13:48:16 +13:00 |
|
Benjamin Smedberg
|
0ba2d6e348
|
Merge mozilla-central with electrolysis.
|
2010-01-25 11:57:19 -05:00 |
|
Karl Tomlinson
|
a2b3065284
|
b=540910 use timeouts in plugin_clipping_helper2 so that the X server processes Xlib requests from the parent before testing requests from the OOP plugin
|
2010-01-22 23:41:07 +13:00 |
|
Karl Tomlinson
|
95f0d08d20
|
b=540910 missed a timeout between parent and child X server communication
|
2010-02-02 18:59:08 +13:00 |
|
Karl Tomlinson
|
4618b955ae
|
backout ebca6061298f as an immediate flush should not be necessary b=540910
|
2010-02-02 18:29:32 +13:00 |
|
Karl Tomlinson
|
4388dea01e
|
b=540910 flush Xlib requests from the parent to the server before testing from the OOP plugin, and increase the timeout so that GTK's idle timer gets run for XEmbed plug sizing
|
2010-01-21 23:32:17 +13:00 |
|
Benjamin Smedberg
|
e6dec65946
|
Merge mozilla-central to electrolysis.
|
2010-01-21 13:37:08 -05:00 |
|
Brad Lassey
|
f2c24e00f5
|
Bug 540795 - NotifyPluginEventObservers crashes. r=jst
|
2010-01-21 07:17:52 -08:00 |
|
Benjamin Smedberg
|
13e08b6685
|
Merge mozilla-central into electrolysis.
|
2010-01-20 10:12:26 -05:00 |
|
Benjamin Smedberg
|
08d5f0c7db
|
Bug 539726 - Increase the timeout for plugin positioning due to delays in XEmbed process compared with in-process (which only requires delaying out to the event loop), as suggested by karlt
|
2010-01-19 15:25:18 -05:00 |
|
Benjamin Smedberg
|
617c58608b
|
Merge mozilla-central to electrolysis.
|
2010-01-19 14:51:19 -05:00 |
|
Masayuki Nakano
|
798021118b
|
Bug 539531 - Crash when I click-and-drag on a "Gordon" flash emulation [@ nsFrameSelection::ConstrainFrameAndPointToAnchorSubtree(nsIFrame*, nsPoint&, nsIFrame**, nsPoint&) ]. r=bz
|
2010-01-20 11:22:09 +01:00 |
|
Jim Mathies
|
fa7837e2b7
|
Bug 539955 - [OOPP] unit test failure in test_plugin_mouse_coords.html. r=bsmedberg.
|
2010-01-15 16:02:01 -06:00 |
|
Ben Turner
|
9d409ad79c
|
Bug 535036 - '[OOPP] Flash hangs Firefox with IPC enabled when video is paused and process loses focus'. r=masayuki+jst, sr=jst.
|
2010-01-15 12:36:00 -08:00 |
|
Benjamin Smedberg
|
3f9c685874
|
Merge mozilla-central into electrolysis
|
2010-01-14 09:01:59 -05:00 |
|
Benjamin Smedberg
|
89fff872c6
|
Merge mozilla-central into electrolysis
|
2010-01-13 10:51:41 -05:00 |
|
Benjamin Smedberg
|
736201c0c2
|
Merge mozilla-central into electrolysis.
|
2010-01-11 10:08:36 -05:00 |
|
Mats Palmgren
|
7fae53e76f
|
Simplify PullFrame()/PullFrameFrom(). b=538525 r=roc
|
2010-01-11 15:08:23 +01:00 |
|
Jesse Ruderman
|
243c9242a9
|
Add crashtests
|
2010-01-10 19:50:41 -08:00 |
|
Bernd
|
f4a1800dfb
|
bug 43178 - replace incorrect border, frame and rules handling code in content by css rules, initial patch - fantasai, a lof of input - bz r=bzbarsky
|
2010-01-09 16:33:03 +01:00 |
|
Daniel Holbert
|
2d9d5efe4f
|
comment-only typo fix: s/its/it's/ for contractions in nsBlockReflowState.cpp
|
2010-01-08 16:38:08 -08:00 |
|
Daniel Holbert
|
2f7a34b75a
|
Bug 538431: Rename nsVideoFrame::GetIntrinsicSize to 'GetVideoIntrinsicSize', so it doesn't hide inherited method. r=roc
|
2010-01-08 16:37:30 -08:00 |
|
Jae-Seong Lee-Russo
|
513e9cf886
|
Bug 517553: Remove '=='/'!=' 'PR_FALSE'/'PR_TRUE'
|
2010-02-07 10:52:43 -05:00 |
|
Robert O'Callahan
|
7d5ddf93b2
|
Bug 539226. Ensure that when a scrollbar is added or removed the invalidation is not swallowed by the code that suppresses invalidation of hidden scrollbars. r=mats
|
2010-01-14 15:30:06 +13:00 |
|
Robert O'Callahan
|
df694cae49
|
Bug 534433. Destroy all nsImageLoaders when the prescontext is torn down. r=mats
|
2010-01-14 15:30:05 +13:00 |
|
Robert O'Callahan
|
10ea3b4154
|
Backing out fix for bug 539331 due to test failures
|
2010-01-14 15:29:27 +13:00 |
|
Robert O'Callahan
|
9e07c024bc
|
Backed out changeset a3af8424d938
|
2010-01-14 15:29:05 +13:00 |
|
Jim Mathies
|
3960d009a6
|
Bug 536369 - OOPP: Fix for mouse event serialization errors. r=bsmedberg.
|
2010-01-13 19:46:44 -06:00 |
|
Robert O'Callahan
|
c0402ee315
|
Bug 539331 - browser_sanitizeDialog.js is failing [r=mats]
|
2010-01-13 04:57:00 -08:00 |
|
L. David Baron
|
8e8816457e
|
Ensure intrinsic size is always initialized. (Bug 541028) r=bzbarsky
|
2010-01-24 12:06:19 -08:00 |
|
Josh Aas
|
4347f70d5b
|
Pointer to NP_CGContext should be NULL in Cocoa NPAPI event model. b=541018 r=smichaud
|
2010-01-24 01:00:39 -05:00 |
|
Steven Michaud
|
22d7ec9de0
|
Bug 525078 - Make plugin mouse up/down/dragging behavior conform to OS X practice and Cocoa NPAPI spec clarifications. r=josh
|
2010-01-22 14:57:04 -06:00 |
|
Robert O'Callahan
|
abe4078562
|
Bug 538935. A span should be considered non-empty (for the purposes of deciding whether stuff after it is 'at the beginning of the line') only if it contains non-empty content. r=dbaron
--HG--
extra : rebase_source : 70e158527ef017ed5d5271e861a775aa85986645
|
2010-02-02 12:18:57 +13:00 |
|
Robert O'Callahan
|
c4012b90b5
|
Bug 539720. Initialize cachedNewlineOffset. r=bz
--HG--
extra : rebase_source : 09b3b720d054061b7879225c747f8565a8e3ba20
|
2010-02-02 12:17:17 +13:00 |
|
Benjamin Smedberg
|
570f731f49
|
Merge mozilla-central to electrolysis.
|
2010-01-07 22:11:14 -05:00 |
|
Benjamin Smedberg
|
75601d4658
|
Merge mozilla-central to Electrolysis.
|
2010-01-05 13:18:08 -05:00 |
|
Benjamin Smedberg
|
e418880c95
|
Merge mozilla-central to electrolysis.
|
2009-12-22 14:18:51 -05:00 |
|
Metal Sonic
|
4c1b34d634
|
Bug 507387 - fix copyright holder; Mozilla Corporation -> Mozilla Foundation. r=gerv.
|
2009-12-21 21:50:30 +00:00 |
|
Benjamin Smedberg
|
c85b1e45a9
|
Merge mozilla-central to electrolysis
|
2009-12-21 10:22:07 -05:00 |
|
Simon Montagu
|
545c0b5a6f
|
Update data files and tests to Unicode 5.2. Bug 528359, r=Masatoshi Kimura <YV03354@nifty.ne.jp>
|
2009-12-21 01:20:35 -08:00 |
|
Robert O'Callahan
|
68f4784a75
|
Bug 526394. Part 36: Store the overflow area explicitly whenever it's not exactly equal to the border-box; if they're both empty but with different dimensions or position, we should still store the explicit overflow area. Also fix test_offsets to compute the expected scrolled area correctly. r=mats
|
2010-01-12 10:45:21 +13:00 |
|
Robert O'Callahan
|
8d3cbbd5d2
|
Bug 526394. Part 35: Prevent event dispatch and script execution during UpdateViewAfterScroll, even in the presence of malign Win32 reentrant APIs. r=mats
|
2010-01-12 10:45:20 +13:00 |
|
Robert O'Callahan
|
b5f5b11c36
|
Bug 526394. Part 33: Remove nsScrollPortView etc. r=mats
|
2010-01-12 10:45:20 +13:00 |
|
Robert O'Callahan
|
dd085808e4
|
Bug 526394. Part 32: Remove code that only existed so that scrollframes could have views. r=mats
|
2010-01-12 10:45:19 +13:00 |
|
Robert O'Callahan
|
e845917d4e
|
Bug 526394. Part 31.5: Cleanup ScrolledAreaEvent stuff to be simpler. In particular we don't need to store the scrolled area, we can just compute it when we fire the event. r=mats
|
2010-01-12 10:45:19 +13:00 |
|
Benjamin Smedberg
|
e5c0bed1ab
|
Merge mozilla-central to electrolysis.
|
2009-12-17 13:09:48 -05:00 |
|
Robert O'Callahan
|
a0eeb78969
|
Bug 526216 - mochitest-browser-chrome: crash in nsObjectFrame::IsOpaque while running browser_pluginnotification.js and test_crashing.html, r=josh
--HG--
extra : rebase_source : 3f5677e9af8e5b9d54ac394d62cf8528487efa94
|
2009-12-17 09:56:24 -05:00 |
|
Benjamin Smedberg
|
211d3738cb
|
Merge mozilla-central to electrolysis.
|
2009-12-16 19:02:20 -05:00 |
|
Doug Turner
|
54346be057
|
Bug 535338 - UpdateVisibility should call VisibilityFullyObscured when clip is zero. r=roc
|
2009-12-16 14:08:14 -08:00 |
|
Benjamin Smedberg
|
2efe22a0e4
|
Merge only plugin changes from e10s to mozilla-central.
|
2009-12-16 09:19:07 -05:00 |
|
Benjamin Smedberg
|
ce3386b2d4
|
Electrolysis-plugin-only bookkeeping commit.
|
2009-12-15 20:33:05 -05:00 |
|
Benjamin Smedberg
|
daab3b8125
|
Merge mozilla-central into electrolysis.
|
2009-12-15 20:31:04 -05:00 |
|
Josh Aas
|
514a6c5e9d
|
Greatly reduce the number of timers firing when multiple Carbon plugin instances are active on Mac OS X. Should reduce CPU usage. Make all instances use the same (at most two) timers for idle events. b=519598 r=roc
|
2009-12-15 15:44:52 -05:00 |
|
Jim Mathies
|
1ea63e49c6
|
Bug 534027 - input event coords incorrect for oop windowless plugins. r=jmuizelaar.
|
2009-12-14 18:28:51 -06:00 |
|
Jim Mathies
|
23118539a9
|
Bug 531860 - plugin-alpha-zindex ref test fails with oopp enabled. r=jmuizelaar.
|
2009-12-14 18:27:25 -06:00 |
|
Robert O'Callahan
|
b228105b93
|
Bug 534366. Make nsFirstLineFrame set InlineReflowState::mLineLayout correctly. r=dbaron
|
2009-12-16 09:08:59 +13:00 |
|
Benjamin Smedberg
|
999be86ac2
|
Merge mozilla-central into electrolysis.
|
2009-12-14 08:01:18 -05:00 |
|
Timothy Nikkel
|
5f6a955352
|
Bug 499841. Pass the block frame that contains the first letter style to RemoveFirstLetterFrames so that the NS_BLOCK_HAS_FIRST_LETTER_CHILD bit can be unset on it. Always set the NS_BLOCK_HAS_FIRST_LETTER_CHILD bit on the first continuation only. r=bzbarsky
--HG--
extra : rebase_source : 411297490d6d18244fa7caa3194facfedc28ea86
|
2009-12-22 17:44:35 -06:00 |
|
Timothy Nikkel
|
01699b9589
|
Bug 287088. Stop first-line styling from leaking into second and subsequent lines when a single element is split between first and second lines. r=roc
--HG--
extra : rebase_source : 0dcf9009a73d5f8082c09172f4ce6840be5e6c98
|
2009-12-22 17:42:45 -06:00 |
|
Boris Zbarsky
|
b22600af13
|
Bug 537419. mContent might be null here. r=dbaron
|
2009-12-31 20:37:57 -05:00 |
|
Benjamin Smedberg
|
422b4b28d2
|
Merge mozilla-central into electrolysis. One code change was required: in nsDocShell::CreateStaticClone I replaced EnsureDocShell with MaybeCreateDocShell.
|
2009-12-12 13:38:25 -05:00 |
|
Masayuki Nakano
|
13ffca5258
|
Bug 42676 Can't drag to extend selection out of blocks with overflow:hidden/auto/scroll r=Olli
|
2009-12-12 13:25:21 +09:00 |
|
Benjamin Smedberg
|
767eb11cb4
|
Merge mozilla-central into electrolysis
|
2009-12-04 11:28:50 -05:00 |
|
Jim Mathies
|
c816891a55
|
Bug 539955 - [OOPP] unit test failure in test_plugin_mouse_coords.html. r=bsmedberg.
--HG--
extra : transplant_source : o%008%29%A0%96%60%E1W%7D%1A%C7e%BDJ%B2D%EE%1D%E2
|
2010-01-15 16:02:01 -06:00 |
|
Ben Turner
|
e0c2098adf
|
Bug 535036 - '[OOPP] Flash hangs Firefox with IPC enabled when video is paused and process loses focus'. r=masayuki+jst, sr=jst.
|
2010-01-15 12:36:00 -08:00 |
|
Robert O'Callahan
|
f737648d27
|
Bug 539331 - browser_sanitizeDialog.js is failing part 2, r=matspal
|
2010-01-13 04:57:00 -08:00 |
|
Robert O'Callahan
|
6787212ae4
|
Bug 539331 - browser_sanitizeDialog.js is failing, r=matspal
|
2010-01-14 05:00:00 -08:00 |
|
Jim Mathies
|
0ffd1b2e75
|
Bug 522299 - Electrolysis: Get windowless plugins drawing on win32. r=jmuizelaar.
|
2009-12-01 15:05:26 -06:00 |
|
Timothy Nikkel
|
d16beb2417
|
Bug 525751. When using a subdocument frame as a fallback for drawing canvas background color override the canvas frame check. r=roc a=roc
--HG--
extra : rebase_source : 6719372b7404a598a4ce1c1f5190a4f86d0d896b
|
2009-12-01 02:49:53 -06:00 |
|
Benjamin Smedberg
|
9911c2f99d
|
Merge mozilla-central into Electrolysis
|
2009-11-30 12:59:43 -05:00 |
|
Doug Turner
|
fced4ec129
|
Bug 530652 - Some sites not render flash. Fixing mistake introduced in last push r=biesinger
|
2009-11-30 09:09:26 -08:00 |
|
Roy Frostig
|
dd2838505e
|
Bug 527872. Fix tests for bug 514732 from going randomorange.
|
2009-12-14 21:39:03 -08:00 |
|
Benjamin Smedberg
|
a819191110
|
End the electrolysis-plugins-only branch: merge in the remaining changes from electrolysis head in preparation for pushing to mozilla-central.
|
2009-12-14 09:56:08 -05:00 |
|
Benjamin Smedberg
|
b55b15dccf
|
Merge additional changes from electrolysis and mozilla-central into the electrolysis-plugins-only tracking branch.
--HG--
branch : electrolysis-plugins-only
|
2009-12-04 11:42:28 -05:00 |
|
Benjamin Smedberg
|
b03c797675
|
Straight revert of layout/* to its mozilla-central state, and removal of testshell which depends on PContentProcess.
--HG--
branch : electrolysis-plugins-only
|
2009-11-30 14:15:30 -05:00 |
|
Mats Palmgren
|
e1c5862ad0
|
Tests for bug 533379, bug 520340.
|
2009-12-18 10:02:33 +01:00 |
|
Mats Palmgren
|
f24b74cefd
|
Drain overflow frames when the last frame from principal child list is pulled. b=533379 r=bzbarsky
|
2009-12-18 10:02:26 +01:00 |
|
Mats Palmgren
|
b4284c9cc0
|
Don't try to get a nsLineBox* from an empty line list, it aborts a debug build. b=533379 r=bzbarsky
|
2009-12-18 10:02:10 +01:00 |
|
Roy Frostig
|
5e05d545a8
|
bug 514732. Additional tests for bug 514732 followup that fires MozScrolledAreaChanged on restore from bfcache. r=smaug
|
2009-12-17 09:38:00 -08:00 |
|
Josh Aas
|
cdb8c45c2e
|
Scroll position updates shouldn't start the Carbon plugin idle event timer. b=535630 r=smichaud
|
2009-12-17 15:41:13 -05:00 |
|
Doug Turner
|
81d6db5548
|
Bug 530739 - Intermittent Shutdown crash after visiting a page with flash video. r=jst
|
2009-11-25 18:38:22 -08:00 |
|
Benjamin Smedberg
|
7a581148bc
|
Merge mozilla-central into Electrolysis.
|
2009-11-24 10:06:03 -05:00 |
|
Mats Palmgren
|
125c079acd
|
Bug 526769. r=roc a1.9.2=dbaron
|
2009-11-24 20:29:48 +01:00 |
|
Doug Turner
|
387eed8493
|
Bug 530652 - Some sites not render flash. r=karlt
--HG--
extra : rebase_source : f0078705705e960fe148fd9d64847c38ff58a656
|
2009-11-24 05:57:58 -08:00 |
|
Doug Turner
|
dbc44dda9c
|
Bug 530380 - Avoid slow path painting on Hildon. r=karlt.
|
2009-11-23 14:46:01 -08:00 |
|
Doug Turner
|
730075f7eb
|
Bug 530378return early to avoid crashing
. r=karlt
|
2009-11-22 22:36:22 -08:00 |
|
Doug Turner
|
7f9938ce48
|
Bug 530381 - Cache X11 GC for NativeImageDraw. r=karlt
|
2009-11-22 15:46:42 -08:00 |
|
Benjamin Smedberg
|
737515b2c8
|
Merge mozilla-central into electrolysis.
|
2009-11-19 12:41:46 -05:00 |
|
Doug Turner
|
2fe6a6f5c2
|
Bug 529996 - Provide notification when embed/object elements are created/destroyed/resized. r=jst.
--HG--
extra : rebase_source : 44bf32345959402b591ba4763dcea26187cf7796
|
2009-11-20 14:59:27 -08:00 |
|
Doug Turner
|
d7c57015bb
|
Bug 528551 - Faster plugin drawing in Fennec. Fixes mac unit test. r=sicking
--HG--
extra : rebase_source : e0dbed7d82a77a61581c9aa59fdd928720c2e5bb
|
2009-11-20 09:51:06 -08:00 |
|
Doug Turner
|
793f6fc7db
|
Bug 528551- Faster plugin drawing in Fennec. r=jst/karlt.
|
2009-11-20 08:26:10 -08:00 |
|
Benjamin Smedberg
|
17cf638aac
|
Merge mozilla-central into electrolysis.
|
2009-11-11 12:35:42 -05:00 |
|
Olli Pettay
|
2f4c5ea761
|
Bug 487667 - Clone documents for printing, r=roc+jst+joe+dbaron
--HG--
extra : rebase_source : dbab242066ba97c0d7f34a2fb701a1c465f26ec4
|
2009-12-10 20:02:13 -08:00 |
|
Boris Zbarsky
|
99027aa785
|
Bug 525608 part 3. Change all style set consumers that ask for a pseudo style context to indicate what they're actually asking for (pseudo-element, anonymous box, or xul tree thing). r=dbaron
|
2009-12-11 02:37:40 -05:00 |
|
Boris Zbarsky
|
fec842ecf2
|
Bug 525608 part 1. Introduce an enum for keeping track of pseudo-elements. r=dbaron
|
2009-12-11 02:37:40 -05:00 |
|
Boris Zbarsky
|
e9f228c7d5
|
Backing out bug 525608 and bug 525952
|
2009-12-10 18:28:08 -08:00 |
|
Boris Zbarsky
|
0a82b262db
|
Bug 525608 part 3. Change all style set consumers that ask for a pseudo style context to indicate what they're actually asking for (pseudo-element, anonymous box, or xul tree thing). r=dbaron
|
2009-12-10 14:36:05 -08:00 |
|
Boris Zbarsky
|
b4f32f993e
|
Bug 525608 part 1. Introduce an enum for keeping track of pseudo-elements. r=dbaron
|
2009-12-10 14:36:04 -08:00 |
|
Boris Zbarsky
|
cc6eb188e6
|
Bug 523294 part 3. Get rid of the now-unused aStateMask argument to AttributeChanged. r=dbaron
|
2009-12-10 14:36:04 -08:00 |
|
Benjamin Smedberg
|
281b9fd4a8
|
Merge from mozilla-central.
|
2009-11-06 09:54:28 -05:00 |
|
Josh Aas
|
80e4d43179
|
Rename nsGUIEvent's nativeMsg field to pluginEvent. b=527617 r=roc
|
2009-11-10 16:55:38 -05:00 |
|
Josh Aas
|
74eb1fe935
|
Remove unnecessary event handling cases for NS_ACTIVATE/NS_DEACTIVATE in nsObjectFrame. b=526633 r=roc
|
2009-11-10 16:54:29 -05:00 |
|
Josh Aas
|
8be6e464a2
|
64-bit Mac OS X bustage fix, b=527115
|
2009-11-10 11:51:55 -05:00 |
|
Benjamin Smedberg
|
bbfa38694c
|
Bug 523224 - nsFrameLoader::TryNewProcess crashes if reflow hasn't happened yet and created a view for our remote tab. Fix this by separating the process of creating the IFrameEmbedding and hooking up the view. IFrameEmbedding creation is analogous to creating a docshell, and we can hook up the view/widget hierarchy later.
* * *
imported patch fennelectrolysis-workihng
|
2009-10-28 16:41:46 -04:00 |
|
Benjamin Smedberg
|
0177a8612f
|
Merge plugin changes from electrolysis to mozilla-central.
|
2009-12-16 19:06:54 -05:00 |
|
Benjamin Smedberg
|
eba77abeb6
|
Merge mozilla-central into e10s.
|
2009-10-28 11:32:00 -04:00 |
|
Benjamin Smedberg
|
4bb6d6c511
|
Bug 522352 - make nsSubDocumentFrame not assume as much about docshells: move all that into the frameloader, r=bz (preparation and merge reduction for Electrolysis, where not all frameloaders have docshells)
--HG--
extra : rebase_source : 7c51147603fccb93040fdb6e883b33dbab130040
|
2009-10-16 15:42:29 -04:00 |
|
Benjamin Smedberg
|
510899ed2d
|
Bug 522352 - make nsSubDocumentFrame not assume as much about docshells: move all that into the frameloader, r=bz
|
2009-10-16 15:42:29 -04:00 |
|
Benjamin Smedberg
|
15de24f35e
|
Merge mozilla-central to electrolysis.
|
2009-10-20 12:08:28 -04:00 |
|
Robert O'Callahan
|
63962ec51f
|
Bug 504524. Don't reflow the line after an incomplete frame unless we really need to. r=bz
|
2009-10-19 01:01:40 -07:00 |
|
Daniel Holbert
|
ad1651cc8b
|
bug 522779: use nsTArray::Contains() instead of checking nsTArray::IndexOf() against various sentinel values, in three places in layout. r=dbaron
|
2009-10-16 15:49:30 -07:00 |
|
Mike Kristoffersen
|
2b43cee4a5
|
Bug 525970 - White spaces at EOL in nsVideoFrame.cpp. r=roc
|
2009-11-05 14:56:52 +01:00 |
|
Josh Aas
|
5f2f8edf34
|
Remove misleading comment about event handling in nsObjectFrame.cpp. No bug. r=smichaud
|
2009-11-04 11:26:51 -05:00 |
|
Timothy Nikkel
|
2f4f47ae5d
|
Bug 515811. mPrevChild needs to be set on early exit from nsBlockFrame::ReflowBlockFrame. r=fantasai sr=dbaron
--HG--
extra : rebase_source : a0a457fa9348f48ac4f491610098f7488501faf7
|
2009-10-15 21:41:58 -05:00 |
|
Doug Turner
|
f9bf322ca5
|
Bug 532328 - plugin bustage on Qt. r=karlt
|
2009-12-08 10:54:48 -08:00 |
|
Jesse Ruderman
|
308e1a0311
|
Add crashtests for several bugs
|
2009-12-06 16:54:07 -08:00 |
|
Karl Tomlinson
|
e970532a99
|
b=526797 move expose event origin when possible to workaround Flash bug r=roc
--HG--
extra : rebase_source : 6d90440764dd906dabe2555defa5797d3f0cb9a4
|
2009-12-31 16:16:23 +13:00 |
|
Michael Wu
|
27fd1e717b
|
Bug 273025 - "bad logic results in potential leak xor crash based on flow" (Improve GetURL/PostURL code, v4 (2/2)) [r+sr=jst]
|
2009-12-27 14:26:00 -06:00 |
|
moz_poro@porotal.org
|
01814a3b84
|
Bug 507811 - "NS_KEY_PRESS not handled by windowless plugins" [r=karlt]
|
2009-12-30 20:56:55 -06:00 |
|
Benjamin Smedberg
|
fa058fc1f1
|
Merge mozilla-central to electrolysis to pick up bug 515436.
|
2009-10-12 10:51:38 -04:00 |
|
Robert O'Callahan
|
04a613495c
|
Bug 526394. Part 31: Move scroll implementation into nsGfxScrollFrame. r=mats
|
2009-10-08 16:01:15 +13:00 |
|
Robert O'Callahan
|
a8cbf01d74
|
Bug 526394. Part 30: Change the scroll state in nsPresState to a point. r=mats
|
2010-01-12 10:45:18 +13:00 |
|
Robert O'Callahan
|
88521a102c
|
Bug 526394. Part 29: Create new nsLayoutUtils methods and remove useless code from nsListControlFrame::CaptureMouseEvents. r=mats
|
2010-01-12 10:45:18 +13:00 |
|
Ms2ger
|
fb74cd34c3
|
Bug 538882 - plugin_focus_helper.html window not closed when running mochitest on Linux. r=roc
|
2010-01-21 13:17:43 +01:00 |
|
Doug Turner
|
8818752309
|
Bug 540843 - Do not cache dom element in nsObjectFrame shm code. r=olli. Maemo only
|
2010-01-20 14:08:50 -08:00 |
|
Benjamin Smedberg
|
670f099b02
|
Bug 539726 - Increase the timeout for plugin positioning due to delays in XEmbed process compared with in-process (which only requires delaying out to the event loop), as suggested by karlt
--HG--
extra : transplant_source : %EFP%F06%A1%88%04l%01k%3C%DC%3C%FA%20G%7E%0D%91K
|
2010-01-19 15:25:18 -05:00 |
|
Ben Turner
|
62534891fc
|
Merge mozilla-central
|
2009-10-05 16:08:52 -07:00 |
|
Frederic Plourde
|
d746c06ac8
|
Bug 513990 - Add provisions to nsFrameLoader for reflow and resize events. r=bzbarsky
|
2009-10-05 07:52:19 -04:00 |
|
Olli Pettay
|
db0b04db91
|
Bug 520070, r=bz
--HG--
extra : rebase_source : fcdc0ee7c15269db40c02b7cd930c6117d0a2fe2
|
2009-10-05 13:10:31 +03:00 |
|
L. David Baron
|
8b216807b8
|
Make scrolling work inside iframe inside transformed svg:foreignObject by using GetCrossDocParentFrame for loop in check for whether we can blit. (Bug 403443) r=roc
|
2010-01-26 12:39:02 -08:00 |
|
Mats Palmgren
|
fa91c35561
|
Null-check the root pres context result. Unregister the plugin frame earlier, at Stop instead of Destroy time. b=521426 r=roc
|
2010-01-26 14:10:12 +01:00 |
|
Karl Tomlinson
|
d98b7387e7
|
b=540910 use timeouts in plugin_clipping_helper2 so that the X server processes Xlib requests from the parent before testing requests from the OOP plugin
--HG--
extra : transplant_source : %1Dy%5D%FF%C9%3ED%98%8B%BE%A8%7B%09m%5Cl%0F%9E%E3%FF
|
2010-01-22 23:41:07 +13:00 |
|
Taras Glek
|
c7f069ab70
|
Backed out changeset e22bef491d84
|
2009-10-08 16:43:55 -07:00 |
|
Taras Glek
|
4c56f842c8
|
Bug 515777 - move css files, hiddenWindow.html to jar r=bsmedberg sr=bz
|
2009-10-08 11:22:50 -07:00 |
|
Markus Stange
|
926ee3ccfa
|
Bug 494301 - Scrollbar not resized on pill button click. r=roc
|
2009-10-05 15:14:38 +13:00 |
|
Daniel Holbert
|
8de950cafb
|
Bug 520474: Remove unused helper function IsMenuPopup from nsContainerFrame.cpp. r=dbaron
|
2009-10-04 18:01:31 -07:00 |
|
Boris Zbarsky
|
7428a0a55a
|
Bug 516742. Make RFindLineContaining walk backwards along the lines' frames too, not just along the lines. r=roc,fantasai
|
2009-10-02 12:31:43 -04:00 |
|
Boris Zbarsky
|
4fc405cefa
|
Bug 512336. Make frame lists doubly-linked. r=roc,fantasai
|
2009-10-02 12:27:37 -04:00 |
|
Paul Nickerson
|
d3b430c10d
|
Crash test for bug 517968.
|
2009-10-02 15:53:01 +02:00 |
|
Mats Palmgren
|
2b3d68789b
|
Register the frame also when the widget already existed (re-instantiating a stopped plugin). b=542608 r=roc
|
2010-01-28 21:58:04 +01:00 |
|
Ben Turner
|
453fbad6ed
|
Bug 542337 - '[OOPP] hang in test_plugin_clipping2.xhtml' r=jimm.
|
2010-01-28 11:32:41 -08:00 |
|
Robert O'Callahan
|
20bb54d1d3
|
Bug 508908. Disable windowed plugins in popup windows, since they don't work. r=dbaron
--HG--
extra : rebase_source : 1acfac3d3613d332586fade393f2911552bd03e0
|
2009-09-30 08:18:20 +10:00 |
|
Olli Pettay
|
26fe92f082
|
Bug 514856 - Server side image maps are broken, r=bz
--HG--
extra : rebase_source : d0a5c4795c0279d612435a0c0ad9cb6d5a4783a8
|
2009-09-23 18:11:48 +03:00 |
|
Josh Aas
|
57878ef860
|
Fix dragging in Google Maps street view on Mac OS X. b=516602 r=roc
|
2009-09-22 21:52:49 -04:00 |
|
Josh Aas
|
a62ce6bc2e
|
64-bit Mac OS X fixes for nsObjectFrame.cpp. b=518184 r=roc
|
2009-09-22 18:17:41 -04:00 |
|
Graeme McCutcheon
|
4dc6beed49
|
Bug 493111 - ASSERTION: Range index not returned. r=roc
|
2009-09-22 19:05:39 +01:00 |
|
Rich Walsh
|
5c1a94f9fe
|
[OS/2] Bug 517880 - Build Break following removal of nsplugindefs.h, r=pweilbacher
|
2009-09-22 15:49:26 +02:00 |
|
Daniel Brooks
|
7bf0e0c4ea
|
merge fix for bug 528796 and for a test that it affects
|
2009-11-18 02:01:22 -06:00 |
|
Daniel Holbert
|
946aefca35
|
Bug 529365, patch 1: Add braces to fix build warning in PolyArea::IsInside. r=roc
|
2009-11-17 22:08:20 -08:00 |
|
Josh Aas
|
c5e5b72709
|
Move Carbon plugin idle event rate back up to 8 events per second to avoid Flash audio stuttering. b=525533 r=roc
|
2009-11-17 15:36:33 -05:00 |
|
Daniel Brooks
|
c475f3a770
|
merge for bug 528796
|
2009-11-16 08:51:51 -06:00 |
|
David Bolter
|
ae4129ee61
|
Bug 525579 - topcrash [@ nsAccessibilityService::GetAccessible(nsIDOMNode*, nsIPresShell*, nsIWeakReference*, nsIFrame**, int*, nsIAccessible**)] (thanks dbaron) r=roc,surkov
|
2009-11-16 09:03:53 -05:00 |
|
Robert O'Callahan
|
e67180ce2a
|
Bug 527306. Remove problematic flush in selectFrames. r=bz
|
2009-11-16 11:52:31 +13:00 |
|
Daniel Brooks
|
71475216c7
|
bug 528796 - nsIBoxObject::GetScreenX/Y returns device pixels, not css pixels
|
2009-11-15 10:16:44 -06:00 |
|
Doug Turner
|
16ce7d7c20
|
Bug 528429 - MOZ_COMPOSITED_PLUGINS should be disabled when building for Qt. r=vlad
|
2009-11-13 07:10:53 -08:00 |
|