Граф коммитов

246045 Коммитов

Автор SHA1 Сообщение Дата
Ed Morley 95e0b88111 Bug 473687 - Remove widget WinCE support: Part B (Main ifdef removal); r=dougt 2011-04-24 20:10:12 -07:00
Ed Morley dcee138127 Bug 473687 - Remove widget WinCE support: Part A (File removal); r=dougt 2011-04-24 20:10:10 -07:00
Zack Weinberg 5eb1332579 Bug 651926: abort (even in production) if anything in gfxPlatform::Init fails, its callers can't cope. r=jrmuizel 2011-04-21 12:36:53 -07:00
Zack Weinberg cd034a698b Bug 649429 part 2: move nsSVGUtils::ConvertToSurfaceSize back to nsSVGUtils.cpp. r=dholbert
--HG--
extra : rebase_source : 7c3b91c2d59b39d9c5e0421ac77dad94ef947e34
2011-04-21 12:36:46 -07:00
Zack Weinberg bafe2e9f2f Bug 649429 part 1: fix undefined behavior in gfxASurface::CheckSurfaceSize. r=jrmuizel
--HG--
extra : rebase_source : 145c3c4b2acd86e2743811f4be5eba599dcc1df3
2011-04-12 12:22:45 -07:00
Philip Chee 3ff978157a Merge Bug 366774 2011-04-25 02:23:38 +08:00
Philip Chee 3a6ad0089d Backed out changeset: 96bfa1480f5f 2011-04-25 02:23:02 +08:00
Philip Chee 5f568a130c Merge Bug 366774 2011-04-25 02:21:14 +08:00
Philip Chee 66c6830451 Backed out changeset: 3f7277e15d8d 2011-04-25 02:20:46 +08:00
Philip Chee a986a2c9c7 Merge Bug 366774 2011-04-25 02:19:44 +08:00
Philip Chee f3e044b88a Backed out changeset: baf7456adc98 2011-04-25 02:19:05 +08:00
Philip Chee be38c51383 Merge Backout Bug 366774 2011-04-25 02:18:37 +08:00
Philip Chee 8c0037de58 Backed out changeset: 582c92878440 2011-04-25 02:16:43 +08:00
Edmund Wong cbe1557532 Bug 366774 - Remove unused preference bidi.characterset. (p5) (v2) r=smontagu 2011-04-25 01:57:23 +08:00
Edmund Wong cfeb3e8763 Bug 366774 - Remove unused preference bidi.characterset. (p3) (v2) r=smontagu 2011-04-25 01:56:49 +08:00
Edmund Wong e923fb2f59 Bug 366774 - Removed unused preference bidi.characterset.(p2) r=smontagu 2011-04-25 01:56:09 +08:00
Edmund Wong fffbdd9021 Bug 366774 - Removed unused preference bidi.characterset.(p1) r=smontagu 2011-04-25 01:55:41 +08:00
Ed Morley 4f70da5119 Bug 652029 - Remove WinCE code from mobile/components/build/ & prune now unused nsIPhoneSupport methods; r=mfinkle 2011-04-24 08:58:51 +02:00
Tim Taubert 33bfbfc98e Bug 651114 - Clean up browser_tabview_bug612470.js [f=raymond, r=ian] 2011-04-22 20:03:44 +02:00
Tim Taubert dc0488031b Bug 651311 - Race condition in TabView._initFrame() [f=raymond, r=ian] 2011-04-22 23:44:06 +02:00
Ms2ger 540ca93080 Bug 616684 - Remove support for DOM Views; r=sicking 2011-04-24 08:54:25 +02:00
Cameron McCormack 54e695816d Comment typo fixes. (no bug, unreviewed, DONTBUILD)
--HG--
extra : rebase_source : 058fddab2d87b4c6dfcfb40fac71b2a39df8b000
2011-04-24 11:52:59 +12:00
L. David Baron 6448f71f0d Push a context on the stack when notifying a MediaQueryListListener. (Bug 652317) r=smaug 2011-04-23 13:19:01 -07:00
Mike Hommey b5066cd3af Backout changeset d29e1e37e7c2 from bug 640494 because of jsreftest orange on Win opt builds 2011-04-23 13:06:48 +02:00
Marco Bonardo 0e997b154f Merge Places to mozilla-central 2011-04-23 12:51:58 +02:00
Jonas Sicking 864c681c57 Add back file accidentally removed 2011-04-23 00:53:58 -07:00
Jonas Sicking e2fee3941f Bug 588990: Remove lazy hashing of names to avoid walking full DOM. r=bz 2011-04-23 00:29:12 -07:00
Mike Hommey fb3a8d129b 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 cd1ed7b90b 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 ac73bb36a4 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 1adf21f3e7 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 f919596523 Bug 648299 -moz-text-decoration-style: -moz-none doesn't work r=dbaron 2011-04-23 14:13:09 +09:00
Mehdi Mulani 0c26acab22 Bug 652294 - Typo from previous patch. DONTBUILD 2011-04-22 19:17:42 -07:00
Mehdi Mulani ef7343e000 Bug 652294 - Adding diagnostics to test_hashcompleter.js for intermittent orange. (test only) 2011-04-22 19:04:57 -07:00
L. David Baron 3b5f6cea92 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 5f05f9582d 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 303db68634 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 6f6871a557 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 97743a8c70 Don't construct image loaders for null border-image. (Bug 652052) r=bzbarsky 2011-04-22 18:36:23 -07:00
L. David Baron 2b6c0f50d8 Fix broken nsLineList::swap implementation. (Bug 652053) r=roc 2011-04-22 18:36:23 -07:00
L. David Baron db741ac71c Make leaksoup not print static ctor/dtor warnings. 2011-04-22 18:36:23 -07:00
L. David Baron 4e3e6d8813 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 9536083ea6 Use saner index names in nsAnimationManager. (Bug 649400) r=bzbarsky 2011-04-22 18:36:23 -07:00
Daniel Holbert c4368f8055 Bug 652050: Mark SVG language-detection tests as failing on android for now 2011-04-22 18:28:26 -07:00
Daniel Holbert 341643b41d Bug 652050: revert diagnostic 2 (remove temporary debugging printfs) 2011-04-22 18:28:11 -07:00
Daniel Holbert 5e31014564 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 604caf65ce Bug 641531 - Close Places containers after use (mechanical changes)
rs=me
2011-04-23 02:09:13 +02:00
Marco Bonardo a9acca6336 Bug 641531 - Close Places containers after use (Sync changes)
r=philikon
2011-04-23 02:08:36 +02:00
Marco Bonardo 33266aada1 Bug 641531 - Close Places containers after use (browser changes).
r=sdwilsh
2011-04-23 02:08:01 +02:00
Richard Newman a8b6fd05ad Bug 641074 - Sync tests for Places query safety.
r=philikon
2011-04-23 02:06:34 +02:00