Commit Graph

48896 Commits

Author SHA1 Message Date
Nochum Sossonko
cf0b8f557a Bug 565458 - Attempt to fix intermittent browser_privatebrowsing_beforeunload[enter|exit].js test part 2, r=ehsan a=NPOTB 2010-08-05 18:50:25 -04:00
Joe Drew
6bd778ec0d Bug 552809 - XSync the results of our out-of-process canvas draws after we've finished drawing, so we're able to reliably read the updated contents from the chrome process. r=cjones,romaxa a=blocking-fennec2.0a1+ 2010-08-05 13:46:00 -05:00
Chris Jones
747193da1f Bug 584580: Delete some unused code imported from chromium. r=bent 2010-08-05 17:11:23 -05:00
Chris Jones
215c42366a Bug 581930: Add an async "spam test" and make output more readable. r=NPOTB (alas!) 2010-08-05 17:11:23 -05:00
Chris Jones
9de8956b51 Bug 575110: Fix C++ IPDL test build failure on windows. r=NPOTB (alas!) 2010-08-05 17:11:23 -05:00
Chris Jones
0fba33b98d Bug 583056: Have MessageLoop die before NS_LogTerm() so as to avoid spurious xpcom-dtor-from-static-context warnings. r=bent 2010-08-05 17:11:23 -05:00
Chris Jones
93edacf164 Bug 583059: Make it possible to break on failed static-XPCOM-ctor/dtor checks and add an env var to make failed checks fatal. r=dbaron 2010-08-05 17:11:23 -05:00
Chris Jones
2afdb0333c Bug 570620, part f: Add a "destroy" phase to PBrowser shutdown to make clean-up easier. r=smaug sr=bsmedberg 2010-08-05 17:11:23 -05:00
Chris Jones
a998dd23f5 Bug 570620, part d: Add some helper methods and functions to TabChild and TabParent. sr=smaug 2010-08-05 17:11:23 -05:00
Chris Jones
65b058787b Bug 570620, part c: Add two trivial helper methods to nsFrameLoader. r=smaug 2010-08-05 17:11:23 -05:00
Chris Jones
1d4cc217ed Bug 570620, part b: Fix a hidden header depedency and add a PresShell::GetLayerManager() helper. r=tn 2010-08-05 17:11:23 -05:00
Chris Jones
3b7ff8f6bc Bug 570620, part a: Fix an assertion that will soon no longer hold and remove obsoleted already_AddRefed idiom in two places. r=roc 2010-08-05 17:11:23 -05:00
Boris Zbarsky
0b5df24742 Bug 582037. When computing intrinsic widths, take the viewport's dimensions into account when it has percent-height descendants. r=dbaron 2010-08-05 17:59:36 -04:00
Boris Zbarsky
ff911ada1d Bug 584293. Make .style faster. r=peterv 2010-08-05 17:59:36 -04:00
Boris Zbarsky
04e7ae7395 Bug 584287. Speed up unwrapping for nsIDOMHTMLElement quickstubs. r=peterv 2010-08-05 17:59:35 -04:00
Robert Sayre
d05da4930e Bug 584252 - disallow non-standard extensions to float syntax (r=jorendorff) (CLOSED TREE) 2010-08-05 14:33:34 -07:00
Olli Pettay
67430679d8 Bug 583777 - Fix violations of the new JS request model. r=igor a=blocking-beta3 ok to check into a CLOSED TREE 2010-08-05 12:57:39 -07:00
Blake Kaplan
a79111f6e6 Bug 584551 - Do things that require entering a request on the old compartment before entering a request on the new one. r=igor a=blocking-beta3
--HG--
extra : rebase_source : 6480bb872de3268230813d2bddda27a4d552daba
2010-08-05 12:38:07 -07:00
Bas Schouten
c9dbd837ab Bug 584663: Make sure we begin a new path for the rectangle/fill call. r=vlad
--HG--
extra : rebase_source : e2fe17353d43e90432f78c7e5848b9d74dee73f2
2010-08-05 21:39:00 +02:00
Chris Jones
91a2130434 Bug 582477 - e10s: HttpChannelChild triggers abort on bing.com. r=jduell,jdm 2010-08-05 08:43:02 -07:00
Bobby Holley
27a2d4812b Bug 343515 - need API for tabbrowsers to tell docshells they're visible/hidden.r=gavin,sr=bz,a=blocker 2010-08-05 11:27:52 -04:00
Bobby Holley
ccbe5fc67b Bug 579122 - imgRequestProxy race condition can fire 2 OnStartDecodes in a row.r=joe 2010-08-02 15:44:49 -04:00
Mitchell Field
02b7baf809 Bug 581938 - Update pymake snapshot. rs=ted 2010-08-06 01:08:40 +10:00
Daniel Holbert
c63155e8f1 (no bug, comment-only) Fix typo in comment with the condensed version of imgContainer's CID. 2010-08-05 07:53:43 -07:00
Daniel Holbert
f3625579d2 Bug 578786: Fix reftests for bug 491180 on Ubuntu 10.04. r=bz a=tests-only 2010-08-05 07:53:43 -07:00
Daniel Holbert
8695da5b48 Crashtests for Bug 579356. [tests-only] 2010-08-05 07:53:43 -07:00
Robert Longson
495bb25761 Bug 579356: Limit recursion in CalcBezLength for SVG path length-calculation. r=dholbert a=blocking 2010-08-05 07:53:43 -07:00
Daniel Holbert
996b8e29c8 Bug 579492: Use dev pixels for screen rect in PresShell::PaintRangePaintInfo. r=roc a=dbaron 2010-08-05 07:53:43 -07:00
Steven Michaud
ea45199f0e Bug 577963 - Flushing notifications can cause mPresShell to be destroyed. r=masayuki,smaug a=blocking2.0 2010-08-05 09:42:02 -05:00
Benoit Jacob
39b2609bc8 Bug 583325; CheckedInt: beware of signed right shift; r=lw 2010-08-05 09:59:37 -04:00
Benoit Jacob
232c2bb77d Bug 568761; WebGL memory leaks; r=vladimir 2010-08-05 09:58:47 -04:00
Benoit Jacob
af55a384ea Bug 580034; Some CheckedInt tweaks; r=jmuizelaar 2010-08-05 09:57:06 -04:00
Benoit Jacob
dafc0ae8dd Bug 579529; fix validation Uniform and VertexAttrib functions taking arrays; r=vladimir 2010-08-05 09:55:56 -04:00
Markus Stange
41ac8a1d25 Merge backout of changeset e29fc477ab4d. 2010-08-05 14:55:37 +02:00
Markus Stange
59e3f99f2f Backed out changeset e29fc477ab4d, bug 576777, because of perma-orange in test_text.html. 2010-08-05 14:55:15 +02:00
Markus Stange
4d80c1bb42 Merge backout of changeset d84aff2ae1db. 2010-08-05 14:54:12 +02:00
Markus Stange
7eb2870499 Backed out changeset d84aff2ae1db (from bug 576777) because of perma-orange in test_text.html. 2010-08-05 14:53:49 +02:00
Neil Rashbrook
85d60c2a2b Bug 583411 Process contextmenu key events correctly on Win64 r=jimm a=joedrew 2010-08-05 13:36:11 +01:00
Neil Rashbrook
5c7c4740b3 Bug 540838 Toolbar elements losing the command attribute r+a=gavin 2010-08-05 13:33:00 +01:00
Markus Stange
0b3b3a96eb Bug 580957 - Inside the toolbar customization panel the labels of the back/forward buttons and of the bookmarks menu button should be outside the button. r=dao 2010-08-05 12:08:12 +02:00
Markus Stange
b7aa751944 Bug 552840 - Tweak positions of some menus. r=dao 2010-08-05 12:05:22 +02:00
Markus Stange
e737696776 Bug 581044 - Use square toolbar buttons in the Places library window. r=dao 2010-08-05 12:04:25 +02:00
Jonathan Kew
f3accd92b1 bug 580863 - don't use CGFontGetUnitsPerEm with OpenType fonts, may result in incorrect glyph metrics for harfbuzz. r=jdaggett a=blocking2.0 2010-08-05 10:18:44 +01:00
Jonathan Kew
2340d242a4 bug 581087 - get true maxAdvance and aveCharWidth in DWrite font metrics. r=bas a=blocking2.0 2010-08-05 10:18:42 +01:00
Jonathan Kew
f9fab4a776 bug 581092 - use unrounded width when advancing x-position to draw RTL text run in canvas. r=vlad a=blocking2.0 2010-08-05 10:18:39 +01:00
Jonathan Kew
a02799847b bug 578118 - reduce font size in reftest to avoid D2D antialiasing irregularities. r=bas a=tests-only 2010-08-05 10:18:37 +01:00
Alexander Surkov
6ce8104e23 Bug 576777 - accessible/attributes/test_text.html mochitest fix 2010-08-05 12:39:22 +04:00
Dão Gottwald
1a6ef83f39 Fix add-ons manager tests after bug 581242 landing 2010-08-05 10:32:22 +02:00
Dão Gottwald
3ab43ac1fd Fix test_tabbrowser.xul after bug 583516 landing 2010-08-05 10:15:28 +02:00
Chris Pearce
ec5a28e946 Bug 462957 - HTMLTimeRanges out of bounds check should not be off by 1. r=roc a=blocking2.0 2010-08-05 19:40:35 +12:00