Commit Graph

259823 Commits

Author SHA1 Message Date
Matt Brubeck
cefe5e14b5 Bug 708772 - (bustage fix) Add IsTablet method to AndroidBridge (merge to /mobile/android) [r=dougt a=ehsan] 2011-12-14 13:53:38 -08:00
Myk Melez
00c38ea1a7 no bug - update revision of Add-on SDK being tested; test-only, a=ehsan 2011-12-14 15:02:27 -08:00
Mark Finkle
d991be955b Bug 710783 - about:firefox won't load [r=mbrubeck a=android-only] 2011-12-14 17:26:00 -05:00
Kartikaya Gupta
0fd6d2a2bc Bug 710393 - Stop using Math.copySign which doesn't exist on Froyo. r=Cwiiis a=ehsan 2011-12-14 16:57:29 -05:00
Matt Brubeck
2931d3a252 Bug 708772 - (3/3) Use honeycomb theme and tablet layout on ICS tablets [r=mfinkle, a=ehsan] 2011-12-14 13:54:16 -08:00
Matt Brubeck
43fd2dc37f Bug 708772 - (2/3) Add tablet flag to jar manifest parser and nsSystemInfo [r=bsmedberg] 2011-12-14 13:53:38 -08:00
Matt Brubeck
24aec25c9a Bug 708772 - (1/3) Add IsTablet method to AndroidBridge [r=dougt] 2011-12-14 13:53:38 -08:00
Frank Wein
05fb26a2ae Bug 688615 - Wrong reg key used in Installer shell icon handler code, r=rob_strong, a=ehsan 2011-12-14 22:38:33 +01:00
Matt Brubeck
d0c866971f Bug 710578 - Pages without contentDocument cause JSON exception in handleLocationChange [r=mfinkle a=javascript] 2011-12-14 16:36:29 -05:00
Mark Finkle
8c9f1415d4 Bug 710697 - LinkPreference causes a null preference to be sent to Gecko [r=mbrubeck a=android-only] 2011-12-14 16:36:27 -05:00
Rafael Ávila de Espíndola
d96a7cc495 Bug 709406: Fix up slow SQL reporting. r=taras. a=ehsan.
--HG--
extra : rebase_source : 09b9577733a4071d6abc778adad3f732446332a5
2011-12-14 15:04:25 -05:00
Jim Mathies
14757fe847 Bug 661991 - tests. r=bbondy, a=ehsan 2011-12-14 15:22:53 -06:00
Jim Mathies
9a815c7e1d Bug 661991 - dynamically load entry point to SHCreateItemFromParsingName and share this with jump list code. r=ehsan. 2011-12-14 15:22:46 -06:00
Jim Mathies
bba2d20be5 Bug 661991 - close file pickers when the parent window closes. r=ehsan 2011-12-14 15:22:28 -06:00
Jim Mathies
3599d7bb0d Bug 661991 - add support for new file pickers. r=ehsan 2011-12-14 15:22:28 -06:00
Jim Mathies
289d14ce7a Bug 661991 - add support for new folder pickers. r=ehsan 2011-12-14 15:22:28 -06:00
Jim Mathies
a1f6357b2f Bug 661991 - Add query interface support, com dialog events, and split up xp/vista+ show calls. r=ehsan 2011-12-14 15:22:28 -06:00
Jim Mathies
4b15d87e29 Bug 661991 - Cleanup win widget nsFilePicker. r=neil, a=ehsan 2011-12-14 15:22:16 -06:00
Ehsan Akhgari
13a6f5f387 Backout changeset 3e972d3efc11 (bug 708307) because it breaks Android tests; a=me 2011-12-14 15:55:17 -05:00
Olli Pettay
660f7c18ca Bug 709127 - Implement MouseEvent and UIEvent ctors, r=jst, a=sheriff 2011-12-14 22:36:46 +02:00
Olli Pettay
9f9f828548 Bug 708701 - Implement HTML event ctors, r=jst
--HG--
extra : rebase_source : 4abb0185ea790c29ff7f2df0f032045777c898e0
2011-12-14 21:55:32 +02:00
Olli Pettay
66c2a86d81 Bug 675884 - Implement Event constructors, part2, r=jst
--HG--
extra : rebase_source : 3316f3517107d742d116329e08e909fef0199856
2011-12-14 21:54:46 +02:00
Olli Pettay
33f31aaa0c Bug 675884 - Implement Event constructors, part1, r=jst
--HG--
extra : rebase_source : 109d9cb22b810fbff71c637b6e15965eafdd61fe
2011-12-14 21:53:48 +02:00
Ehsan Akhgari
df0c87e273 Bug 709531 - Remove two more tests which depend on the xpinstall directory; a=me DONTBUILD 2011-12-14 15:32:25 -05:00
Sriram Ramasubramanian
172c1f9c60 Bug 695444 - Form history autocomplete. r=mfinkle a=android-only 2011-12-06 16:44:08 -08:00
Vivien Nicolas
bfecd50dfc Bug 710804 - Use postMessage instead of an event for asking the homescreen to close an app r=fabrice DONTBUILD since this is b2g/ only 2011-12-14 21:02:50 +01:00
Vivien Nicolas
975fcdda3b Bug 710548 - Add offline-app and webapp-manage permissions to pre-installed apps r=cjones DONTBUILD since this is b2g/ only 2011-12-14 21:02:48 +01:00
Joe Drew
d21f6635ff Bug 709947 - Don't use the ESSL backend of ANGLE - r=jgilbert a=ehsan 2011-12-14 14:50:48 -05:00
Glenn Randers-Pehrson
addacc9046 Bug 392867 - libpng requires error callbacks to not return. Separate out nsPNGDecoder's ErrorCallback and WarningCallback, and call longjmp from ErrorCallback. r=joe a=ehsan 2011-12-14 14:49:25 -05:00
Cameron Kaiser
4ca29b52ef Bug 705516 - Always ask images loaded as OS X menu icons to decode. r=smichaud a=mac-only 2011-12-14 14:44:46 -05:00
Chris Lord
7dd2dedd76 Bug 708307 - Decouple texture size from tile size. r=pcwalton a=android-only
This removes the hard-coded limit of 1024x2048 tile sizes, and allows for
arbitrary tile-sizes. It will still only allocate texture sizes in powers of
two, however. It replaces the tile size with a buffered-area size, which can be
re-allocated as the screen dimensions change.
2011-12-14 19:41:37 +00:00
Margaret Leibovic
b1229fcc79 Bug 707886 - Platform support for non-e10s click-to-play plugins. r=jst,blassey 2011-12-10 09:23:05 -08:00
Brad Lassey
ee89fc04c4 bug 710751 - Updater is broken, backout aebdec71790e r=mfinle a=java-only 2011-12-14 12:35:58 -05:00
Brad Lassey
a6fb6adb36 bug 710751 - Updater is broken, backout b0165c0d85e1 r=mfinle a=java-only 2011-12-14 12:35:37 -05:00
Ehsan Akhgari
4577bead02 Merge mozilla-inbound and mozilla-central on a CLOSED TREE a=me 2011-12-14 14:11:09 -05:00
Kyle Huey
496de39566 Bug 709531: Turn off more Addon Manager tests that depend on AMO. r=ehsan a=me CLOSED TREE 2011-12-14 13:48:20 -05:00
Kyle Huey
8a9d8b4740 Bug 709531: Turn off Addon Manager tests that depend on AMO. r=ehsan a=me CLOSED TREE 2011-12-14 13:43:06 -05:00
Rafael Ávila de Espíndola
2e455e4111 Bug 696483 - Improve error handling. r=mak. a=Ms2ger.
Add an if to avoid a common case and reportError if something else happens.

--HG--
extra : rebase_source : 7a5952e8ba8e5f14d7b7a667d945d754051f9f05
2011-12-14 11:22:03 -05:00
Kyle Huey
c9cf5f147f Bug 709193: Turn Graphite back off on this CLOSED TREE. 2011-12-14 10:32:03 -05:00
Rob Campbell
0b84a96de6 merge fx-team to m-c; a=me 2011-12-14 10:28:49 -04:00
Kyle Huey
8893ab5cfc Merge m-c to m-i. a=me CLOSED TREE 2011-12-14 08:09:02 -05:00
Kyle Huey
ad0ea8e180 Bug 709193: Disable Skia on Windows. r=me a=me CLOSED TREE 2011-12-14 08:05:16 -05:00
Bas Schouten
8d17378543 Bug 710509: Allow Skia to be easily switched off. r=khuey 2011-12-14 08:04:32 -05:00
Kyle Huey
4cb36f9d83 Add the DLL from Bug 709657 to removed-files.in 2011-12-14 08:02:56 -05:00
Kyle Huey
2dc09d69dd Backout Bug 709657 because it doesn't help our problem. 2011-12-14 08:01:49 -05:00
Mounir Lamouri
36656982f0 no bug - Create batteryInfo on the stack. rs=Ms2ger a=Ms2ger
--HG--
extra : rebase_source : a67b23da903520585ac32b4113aa65d397fae94a
2011-12-14 11:40:29 +01:00
Jean-Alexandre Anglès d'Auriac
d9c63da0b4 Bug 562506 - Use gtk_icon_theme_add_builtin_icon and gtk_window_set_icon_name for nsWindow::SetIcon with the GTK widget. r=karlt
--HG--
extra : rebase_source : d6f513b35dd4c1bc9fcd7d7609ccbe2bc4940c9e
2011-12-14 11:22:15 +01:00
Vivien Nicolas
b63b53aa1f Bug 709013 - Handle the MozApplicationManifest event in b2g/. r=cjones
--HG--
extra : rebase_source : 56149e16c771d1aa40f9ecc6edfdbab0be8b145d
2011-12-14 11:17:51 +01:00
Vivien Nicolas
2a5f873f41 Bug 709010 - Add a empty components directory to b2g/. r=cjones
--HG--
extra : rebase_source : 18c8cb7f430781518064c298e0280a8d7f02d67f
2011-12-14 11:34:33 +01:00
Joshua M
fff5b10e73 Bug 710341 - Bookmarks menu button has improper toolbar-icon size when placed in the Personal Toolbar. r=dao a=css-only
--HG--
extra : rebase_source : 5515250f8d411c11cc9e25ea41203aaaf60ad582
2011-12-14 11:38:10 +01:00