Commit Graph

68254 Commits

Author SHA1 Message Date
Tim Taubert
fea67c2716 Bug 651311 - Race condition in TabView._initFrame() [f=raymond, r=ian] 2011-04-22 23:44:06 +02:00
Ms2ger
295bf7256b Bug 616684 - Remove support for DOM Views; r=sicking 2011-04-24 08:54:25 +02:00
Cameron McCormack
e28290bf49 Comment typo fixes. (no bug, unreviewed, DONTBUILD)
--HG--
extra : rebase_source : 058fddab2d87b4c6dfcfb40fac71b2a39df8b000
2011-04-24 11:52:59 +12:00
L. David Baron
fd5f6010e1 Push a context on the stack when notifying a MediaQueryListListener. (Bug 652317) r=smaug 2011-04-23 13:19:01 -07:00
Mike Hommey
2076517e87 Backout changeset d29e1e37e7c2 from bug 640494 because of jsreftest orange on Win opt builds 2011-04-23 13:06:48 +02:00
Marco Bonardo
7fc59ac2ce Merge Places to mozilla-central 2011-04-23 12:51:58 +02:00
Jonas Sicking
7d779c1bbb Add back file accidentally removed 2011-04-23 00:53:58 -07:00
Jonas Sicking
5cf82091f0 Bug 588990: Remove lazy hashing of names to avoid walking full DOM. r=bz 2011-04-23 00:29:12 -07:00
Mike Hommey
526af0ab3f Bug 652139 - Use an integer type in DocumentViewerImpl::SetMinFontSize, instead of float. r=dbaron
At the same time, replace a couple (void*) casts with NS_INT32_TO_PTR.
2011-04-23 08:48:50 +02:00
Jason Orendorff
c0c1b22466 Bug 640494 part 2 - Use bit masking instead of signbit() to avoid problems when including some STL headers. r=luke 2011-04-23 08:48:50 +02:00
Jason Orendorff
cef5bccdba Bug 640494 part 1 - Get rid of STL algorithm use in jsworker.cpp. r=jimb 2011-04-23 08:48:50 +02:00
Masayuki Nakano
cc0623b6e3 Bug 647421 -moz-text-decoration-color and -moz-text-decoration-style should be reset by text-decoration r=dbaron, sr=bzbarsky 2011-04-23 14:16:41 +09:00
Masayuki Nakano
2bb6c01918 Bug 648299 -moz-text-decoration-style: -moz-none doesn't work r=dbaron 2011-04-23 14:13:09 +09:00
Mehdi Mulani
2b91bcfe36 Bug 652294 - Typo from previous patch. DONTBUILD 2011-04-22 19:17:42 -07:00
Mehdi Mulani
fd2c297c8f Bug 652294 - Adding diagnostics to test_hashcompleter.js for intermittent orange. (test only) 2011-04-22 19:04:57 -07:00
L. David Baron
a519025873 Reduce scope of :hover quirk: make it apply normally if it has a class selector, and be quirky (only apply to links) only when actually global. (Bug 197686) r=bzbarsky 2011-04-22 18:36:24 -07:00
L. David Baron
f31f11de17 Should check link-related bits before reusing style context for root element. (Bug 652268) r=bzbarsky 2011-04-22 18:36:24 -07:00
L. David Baron
3aab29ea32 unicode-bidi should inherit into ::-moz-cell-content, ::-moz-anonymous-block, ::-moz-anonymous-positioned-block, and ::-moz-fieldset-content. (Bug 604294) r=bzbarsky 2011-04-22 18:36:24 -07:00
L. David Baron
bf6088c149 Make nsBox more careful about accepting XUL attributes only on XUL elements. (Bug 102440) r=bzbarsky 2011-04-22 18:36:24 -07:00
L. David Baron
8d027dddb3 Don't construct image loaders for null border-image. (Bug 652052) r=bzbarsky 2011-04-22 18:36:23 -07:00
L. David Baron
e0c41c779b Fix broken nsLineList::swap implementation. (Bug 652053) r=roc 2011-04-22 18:36:23 -07:00
L. David Baron
5595712db2 Make leaksoup not print static ctor/dtor warnings. 2011-04-22 18:36:23 -07:00
L. David Baron
7eb858b4c6 Fix css3-animations handling of properties that are not present in all keyframes to match WebKit and generally be more sensible. (Bug 649400) r=bzbarsky
This inverts the relationship between segments and properties in the
animation data structures:  now each property has a set of segments,
since the segments differ between properties.

Furthermore, we now handle inability to interpolate between values by
dropping the entire property rather than dropping a single segment.
2011-04-22 18:36:23 -07:00
L. David Baron
30fa1f1962 Use saner index names in nsAnimationManager. (Bug 649400) r=bzbarsky 2011-04-22 18:36:23 -07:00
Daniel Holbert
58a7674209 Bug 652050: Mark SVG language-detection tests as failing on android for now 2011-04-22 18:28:26 -07:00
Daniel Holbert
70f0915512 Bug 652050: revert diagnostic 2 (remove temporary debugging printfs) 2011-04-22 18:28:11 -07:00
Daniel Holbert
db90c5a738 Bug 652050 diagnostic 2 followup: use printf_stderr since android doesn't have printf. rs=dougt 2011-04-22 17:10:50 -07:00
Marco Bonardo
a75d40810e Bug 641531 - Close Places containers after use (mechanical changes)
rs=me
2011-04-23 02:09:13 +02:00
Marco Bonardo
8da8e3f7d5 Bug 641531 - Close Places containers after use (Sync changes)
r=philikon
2011-04-23 02:08:36 +02:00
Marco Bonardo
74eda3623a Bug 641531 - Close Places containers after use (browser changes).
r=sdwilsh
2011-04-23 02:08:01 +02:00
Richard Newman
7c5dd63508 Bug 641074 - Sync tests for Places query safety.
r=philikon
2011-04-23 02:06:34 +02:00
Kyle Huey
6469caba33 Bug 622840: Part 1 - Remove WINCE icon code. rs=joe 2011-04-22 20:06:31 -04:00
Marco Bonardo
44153474d9 Bug 641074 - Broken folder shortcuts should not interrupt a Places result.
r=sdwilsh
2011-04-23 02:05:33 +02:00
Marco Bonardo
28155c0088 Bug 651107 - Allow waitForClipboard to check for any custom flavor.
r=ehsan,ted
2011-04-23 02:04:15 +02:00
Kyle Huey
f6f0eb7afb Bug 652110: Make nsFileDataURI inherit directly from nsSimpleURI. r=sicking 2011-04-22 09:03:20 -04:00
Wes Johnston
d2a9d82ea9 Bug 649206 - Update scrollTo addons to take correct arguments. r=mfinkle 2011-04-22 16:06:07 -07:00
Wes Johnston
a05425c9cc Bug 652157 - Dont use dialog binding on internal dialogs. r=mfinkle 2011-04-22 16:06:07 -07:00
Wes Johnston
6a343b71a0 Bug 651534 - Use click events in test rather than a timeout. r=mfinkle 2011-04-22 16:06:07 -07:00
Wes Johnston
82cfb4a98e Bug 650965 - Test for removed addons after a delay. r=mfinkle 2011-04-22 16:06:07 -07:00
Benjamin Stover
199072badd Bug 651554 permaorange: browser_tapping.js | Fired a good double tap r=wesj 2011-04-22 16:09:05 -07:00
Dave Townsend
058a435cfe Bug 644704: Stop using XUL persistence for saving the current view. r=Unfocused 2011-04-21 15:14:58 -07:00
Daniel Holbert
3fbf68de0a Bug 583608: add #ifdef guards around mac-only static functions in nsObjectFrame.cpp. r=josh 2011-04-21 14:52:26 -07:00
Daniel Holbert
96fc781c65 Back out 0736b014d4a5 (Bug 610155) for breaking canvas reftests on android 2011-04-21 14:52:22 -07:00
Robert Strong
96f6c5ff38 Bug 627892 - Remove (Safe Mode) string since it is no longer used. r=jmathies 2011-04-21 13:59:24 -07:00
Wes Johnston
ef72f6c629 Bug 651429 - Wait for panning to end in test. r=mfinkle 2011-04-21 10:51:47 -07:00
Oleg Romashin
8869e128b5 Bug 610155 - Use SurfaceDescriptor for ImageLayer and CanvasLayer r=jones.chris.g 2011-04-20 14:45:57 -07:00
Daniel Holbert
72f118ff38 Bug 651567: Remove unused variable 'xHeight' from nsMathMLmunderFrame. r=karlt 2011-04-21 10:08:11 -07:00
Daniel Holbert
e142472f0a Bug 651229: Remove unused variable from nsLineBox. r=smontagu 2011-04-21 10:08:05 -07:00
Dave Townsend
67a25448bb Bug 611755: Cannot restart a download during the onDownloadCancelled event. r=robstrong 2011-04-21 09:41:13 -07:00
Dave Townsend
216bab0c66 Backout changeset 475ae5b49540 from bug 626998 due to it probably being obsoleted by bug 611755 2011-04-21 09:40:25 -07:00