Commit Graph

59268 Commits

Author SHA1 Message Date
Jonathan Kew
624388b152 bug 467722 - don't short-circuit pref font search unless the previous search really did use the first font. r=jdaggett a=roc 2010-12-06 10:51:02 +00:00
Jonathan Kew
e55698c332 bug 616281 - fix the wordwrap-02 reftest to be independent of platform fonts. r=roc a=test-only 2010-12-06 10:49:50 +00:00
Jonathan Kew
a23979cb8e bug 614904 - prefer CoreText path for complex-script fonts if AAT tables are present. r=jdaggett a=blocking-betaN 2010-12-06 10:41:29 +00:00
Neil Deakin
27be61f020 Bug 606343, part 4, fix arrow position in rtl, r=dao, a=blocking 2010-12-05 17:10:45 -05:00
Neil Deakin
a94c8d8386 Bug 606343, part 3, use centered arrow panel for bookmarks and identity panel, r=dao, a=blocking 2010-12-05 17:10:45 -05:00
Margaret Leibovic
d6aad66496 Bug 597557, use arrow panel for bookmarks and identity panel, r=dao, a=blocking 2010-12-05 17:10:45 -05:00
Neil Deakin
b722cf2bf2 Bug 606343, part 2, centre arrow on anchor in notification panel, r=dao, a=blocking 2010-12-05 17:10:36 -05:00
Neil Deakin
bfc477c78a Bug 606343, part 1, add centering position types for panels, r=neil, a=blocking 2010-12-05 17:09:36 -05:00
Robert O'Callahan
1f241efa1c Bug 615417. Postpone AsyncSetWindow processing until we're not in the middle of painting the plugin. r=bsmedberg a=pavlov 2010-12-05 21:57:33 +00:00
Walter Meinl
26d18e9da8 Bug 596737 - [JAEGER] fix linking of MethodJIT on OS/2 p=wuno,r=daveryeo,dvander,a=dvander 2010-12-05 21:55:40 +00:00
Jonathan Watt
a5bdadf9f7 Back out 02b080d3a0e0 (bug 599393) due to Youtube regression (bug 599393 comment 8). a=backout 2010-12-05 21:52:56 +00:00
Marco Bonardo
39d0d3fa2d Bug 616368 - Force a checkpoint after schema creation or upgrade.
r=sdwilsh a=sdwilsh
2010-12-03 12:58:23 +01:00
Marco Bonardo
b7f4347e9b Bug 616309 (Part 2) - Use normal synchronous mode with a small WAL. Temp tables revenge!
r=sdwilsh a=blocking
2010-12-03 02:37:53 +01:00
Marco Bonardo
c6df75a4de Bug 616309 (Part 1) - Use normal synchronous mode with a small WAL. Temp tables revenge!
r=sdwilsh a=blocking
2010-12-03 02:31:58 +01:00
Shawn Wilsher
a0dce301cc Bug 616295 - Persistent failure of test_history_redirects.js
r=mak
2010-12-02 15:30:17 -08:00
Shawn Wilsher
c6f285d43f Bug 607117 - create GUIDs for all bookmark and history items automatically
Part 3 - Add a test for migration from a v10 database that was formally a v11
database back to a v11 database.
r=mak
2010-12-02 14:10:09 -08:00
Shawn Wilsher
82cd6792ff Bug 607117 - create GUIDs for all bookmark and history items automatically
Part 2 - Make entries in moz_places generate guids automagically
r=mak
2010-12-02 14:09:52 -08:00
Shawn Wilsher
5c76a520fb Bug 607117 - create GUIDs for all bookmark and history items automatically
Part 1 - Make bookmarks generate guids automagically
r=mak
2010-12-02 14:03:07 -08:00
Philipp von Weitershausen
f9740e32c7 Bug 616179 - Persona is not displayed after pref sync cleanup. r=mconnor 2010-12-02 11:03:01 -08:00
Shawn Wilsher
e42ef01e75 Bug 607112 - make GUID a column in moz_places and moz_bookmarks
Part 4 - Import guids for moz_places from annotations.
r=mak
2010-12-02 09:44:08 -08:00
Shawn Wilsher
d161f47b13 Bug 607112 - make GUID a column in moz_places and moz_bookmarks
Part 3 - create a guid column on moz_places and add guids
r=mak
2010-12-02 09:43:50 -08:00
Shawn Wilsher
43de9ba84f Bug 607112 - make GUID a column in moz_places and moz_bookmarks
Part 2 - Import guids from the annotation table for bookmarks, and then delete
the entries in the annotation table.
r=mak
2010-12-02 09:40:49 -08:00
Shawn Wilsher
8936bf598a Bug 607112 - make GUID a column in moz_places and moz_bookmarks
Part 1 - actually add the guid column, and update bookmarks at startup
r=mak
2010-12-02 09:40:18 -08:00
Shawn Wilsher
1a57bc2dca Merge mozilla-central to Places. 2010-12-02 09:05:33 -08:00
Bas Schouten
c25d19611b Bug 588271 - Part 5: Mark reftests as no longer failing. r=vlad a=blocking-betan 2010-12-02 14:18:00 +01:00
Bas Schouten
c58ebac067 Bug 588271 - Part 4: Add specialized rendering codepaths for the most common border types. r=vlad a=blocking-betan 2010-12-02 14:17:58 +01:00
Bas Schouten
ff7020a8d1 Bug 588271 - Part 3: Update reftest to mask the nose edge because of color interpolation inconsistencies. r=jrmuizel 2010-12-02 14:17:56 +01:00
Bas Schouten
214be71f94 Bug 588271 - Part 2: Update masks of some reftests to new border rendering. r=jrmuizel 2010-12-02 14:17:54 +01:00
Bas Schouten
0f13f514b2 Bug 588271 - Part 1: Mask corners of some reftests because of AA differences. r=roc 2010-12-02 14:17:52 +01:00
Kyle Huey
e76dc620f2 Bug 614279: Make nsHTMLDataListElement QI to its own CC participant. r=peterv a=blocking-final 2010-12-02 14:13:59 +01:00
Marco Bonardo
b598b58bc0 Bug 615991 - GetNewSessionId can lock the first visit addition if some async write runs before it.
r=sdwilsh a=blocking
2010-12-02 00:14:24 +01:00
Philipp von Weitershausen
8cacccf2e0 Fix indentation (no bug) 2010-12-01 14:59:33 -08:00
Alex Pakhotin
656785cddf Bug 608624 - Clearing update notification launches fennec r=blassey a=dougt 2010-11-30 21:57:21 -08:00
Francesco Lodolo
b83cb30807 Bug 612584 - Sync-Key file doesn't include text encoding. r=philikon a=mconnor 2010-12-15 14:49:07 -08:00
Paul O'Shannessy
d1bc1bd4e2 Bug 595725 - Sync UI: popup is null. r=philikon a=blocking-beta9 2010-12-15 14:48:53 -08:00
Robert Strong
2b802fcbb2 Bug 617513 - Duplicate declaration of doc in updates.xml. r=dtownsend, a=approval2.0 2010-12-15 14:37:24 -08:00
Dave Townsend
fe00f11026 Bug 601143: Add loading and error states to the get add-ons view. r=Unfocused, a=blocks-betaN 2010-12-15 14:24:28 -08:00
Dave Townsend
c78ea09920 Bug 617325: With 'Get Add-ons' category selected, toolbars are visible when opening the add-ons manager. r=gavin, a=blocks-final 2010-12-15 12:53:08 -08:00
Justin Dolske
887077198c Bug 613714 - Switch tab modal prompts from blur to slight dim. r=dao, a=blocking
--HG--
rename : toolkit/themes/pinstripe/mozapps/extensions/background-texture.png => toolkit/themes/pinstripe/global/icons/tabprompts-bgtexture.png
rename : toolkit/themes/winstripe/mozapps/extensions/background-texture.png => toolkit/themes/winstripe/global/icons/tabprompts-bgtexture.png
2010-11-30 19:02:00 -08:00
Ehsan Akhgari
337c34cc55 Bug 611798 followup - correct a bug number in the crashtest annotation; a=DONTBUILD
--HG--
extra : rebase_source : 2c64948adb349570dc38043bd5bd569d380f8182
2010-12-13 14:48:49 -08:00
Jonas Sicking
d29665b29b bustage fix a=red 2010-12-13 14:43:32 -08:00
Jeff Muizelaar
e738d79aca Bug 614832. Android: renew surface after it's been destroyed. r=vlad,a=blocking
Uses the new RenewSurface() to renew the surface when it is destroyed.
2010-12-13 14:37:25 -08:00
Jeff Muizelaar
feb59ecd24 Bug 614832. Refactor EGL surface creation. r=vlad,a=blocking
This factors CreateSurfaceForWindow() out of CreateForWindow() so that we can
reuse it in RenewSurface(). For this to work we also need to factor out
CreateConfig(). The QT implementation is also pulled out because it didn't
share any code.
2010-12-13 14:36:35 -08:00
Jonas Sicking
24631cbc2c Bug 603667: Fix nsIDOMFileError constant values. r=jst a=blocker 2010-12-13 14:24:56 -08:00
Jonas Sicking
09017cd12a Bug 602115: Fix XSLT error handling bugs. r=peterv a=blocker 2010-12-13 14:24:55 -08:00
Vladimir Vukicevic
133b07466e b=615994; fix WebGL context DOM ClassInfo to avoid assertion; r=bz, a=b 2010-12-13 14:09:19 -08:00
Alexander Surkov
b3c3197851 Bug 422744 - process a11y events caused by DOM events by target document, r=fer, a=blocking2.0Final+ 2010-12-13 14:06:34 -08:00
Philipp von Weitershausen
729a42719c Bug 615604 - Only accept pref updates for the current app. r=mconnor 2010-11-30 13:37:07 -08:00
Philipp von Weitershausen
01ffd2d9a2 Bug 615604 - Make pref GUIDs base64url. r=mconnor 2010-11-30 13:36:01 -08:00
Richard Newman
9fbc714a2d Bug 615643: remove existing logins prior to running verifyLogin tests. r=philiKON 2010-11-30 12:34:29 -08:00