Commit Graph

76890 Commits

Author SHA1 Message Date
Chris Lord
29aa750d42 Bug 683514 - Add support for the GL_EXT_unpack_subimage extension. r=joe
A GLES 2.0 extension exists that allows us to use GL_UNPACK_ROW_LENGTH, amongst
other variables. This really helps us when uploading sub-regions of a buffer
that don't span the entire width of that buffer (for example, when scrolling
horizontally).

This extension is available on Android tablets, and possibly other Tegra 2
devices, so is very much worth taking advantage of.

Details:
http://www.khronos.org/registry/gles/extensions/EXT/GL_EXT_unpack_subimage.txt
2011-09-09 10:41:11 +01:00
Olli Pettay
1c7334ba31 Bug 682058 - nsGenericElement::SetInnerHTML should suppress DOMNodeRemoved when dealing with a non-HTML5 document, r=sicking 2011-09-09 12:18:00 +03:00
Boris Zbarsky
60166ac20d Bug 489259. Grab the parent chain for our OnStateChange calls before we fire onload and possibly change the docshell tree. r=jst 2011-09-08 23:19:45 -04:00
Boris Zbarsky
18abf384b1 Bug 684447. Eliminate the Equality hook on windows, and stub out their class equality hook. r=mrbkap 2011-09-08 23:18:36 -04:00
Christian Legnitto
29e1421e3b Bug 685727 - Remove What's New page from the Firefox Update Experience, r=gavin. Don't see the point to build for this little change so DONTBUILD 2011-09-08 20:12:08 -07:00
Masayuki Nakano
08925daff0 Bug 669028 part.15 Remove nsILookAndFeel r=roc, sr=matspal 2011-09-09 11:27:13 +09:00
Masayuki Nakano
f2f407c14b Bug 669028 part.14 toolkit should use mozilla::LookAndFeel rather than nsILookAndFeel r=neil 2011-09-09 11:27:13 +09:00
Masayuki Nakano
d9869bfccf Bug 669028 part.13 layout should use mozilla::LookAndFeel rather than nsILookAndFeel r=roc 2011-09-09 11:27:13 +09:00
Masayuki Nakano
e481b14784 Bug 669028 part.12 layout/xul should use mozilla::LookAndFeel rather than nsILookAndFeel r=roc 2011-09-09 11:27:13 +09:00
Masayuki Nakano
f15fd02ef4 Bug 669028 part.11 layout/style should use mozilla;LookAndFeel rather than nsILookAndFeel r=dbaron 2011-09-09 11:27:12 +09:00
Masayuki Nakano
5b9e04dcf2 Bug 669028 part.10 embedding should use mozilla::LookAndFeel rather than nsILookAndFeel r=benjamin 2011-09-09 11:27:12 +09:00
Masayuki Nakano
27777a6f2a Bug 669028 part.9 editor should use mozilla::LookAndFeel rather than nsILookAndFeel r=ehsan 2011-09-09 11:27:12 +09:00
Masayuki Nakano
10fedc2652 Bug 669028 part.8 dom should use mozilla::LookAndFeel rather than nsILookAndFeel r=enndeakin 2011-09-09 11:27:12 +09:00
Masayuki Nakano
e6baf66ee4 Bug 669028 part.7 content should use mozilla::LookAndFeel rather than nsILookAndFeel r=roc 2011-09-09 11:27:12 +09:00
Masayuki Nakano
b870115f28 Bug 669028 part.6 chrome should use mozilla::LookAndFeel rather than nsILookAndFeel r=benjamin 2011-09-09 11:27:12 +09:00
Masayuki Nakano
a93784f15a Bug 669028 part.5 accessible should use mozilla::LookAndFeel rather than nsILookAndFeel r=surkov.alexander 2011-09-09 11:27:12 +09:00
Masayuki Nakano
037a4ebb1f Bug 669028 part.4 Rename nsILookAndFeel.h to LookAndFeel.h and widget should use mozilla::LookAndFeel rather than nsILookAndFeel r=roc
--HG--
rename : widget/public/nsILookAndFeel.h => widget/public/LookAndFeel.h
2011-09-09 11:27:12 +09:00
Masayuki Nakano
c4ce4e41aa Bug 669028 part.3 Implement mozilla::LookAndFeel which has static members r=roc, sr=matspal 2011-09-09 11:27:11 +09:00
Masayuki Nakano
3774b0eb6d Bug 669028 part.2 Make nsLookAndFeel singleton r=roc 2011-09-09 11:27:11 +09:00
Masayuki Nakano
211a5b60d9 Bug 669028 part.1 Remove nsIObserver from nsXPLookAndFeel r=roc 2011-09-09 11:27:11 +09:00
Ehsan Akhgari
d5610a5cbf Backout changesets 58d026601240, c5a9a439d72c and cfdf675266b2 because of mochitest-3 crash
--HG--
extra : rebase_source : e6774b1220eabb7b9e2dce59bd487f48920d76b2
2011-09-08 22:04:43 -04:00
Wesley Johnston
e49f24806e Bug 681650 - Update site menus for tablets. r=mbrubeck 2011-09-08 18:46:19 -07:00
Brian Hackett
ceb94a57c3 [INFER] Fix some TI ARM bustage, bug 669715. 2011-09-08 18:11:19 -07:00
Marty Rosenberg
ee37a2f0c3 Stop using emitInst to emit vfp instructions, bug 684404. 2011-09-08 17:48:50 -07:00
Marty Rosenberg
6a4f2efa1f Reset the number of instructions since the last flush even when we don't flush anything, bug 669715. 2011-09-08 17:47:12 -07:00
Brian Hackett
70706ec50e [INFER] Don't resolve NAME accesses which are on the DeclEnv of named lambdas, bug 685313. 2011-09-08 17:44:17 -07:00
Ben Turner
d2770f97e2 Bug 683280 - 'Workers: creating workers from 'localhost' or an IP address fails'. r=sicking. 2011-09-08 17:07:11 -07:00
Ben Turner
c4ab6f88d8 Bug 679551 - 'Workers: Deadlock in WorkerPrivate::BlockAndCollectRuntimeStats if worker is blocked (LastPass extension)'. r=mrbkap. 2011-09-08 17:03:03 -07:00
Robert O'Callahan
0580c4d643 Bug 619992 - Fix location calculations for light sources. r=longsonr 2011-09-14 15:48:32 +01:00
Jacek Caban
6a65818e8b Bug 686117 - Port TI assembly changes to mingw-w64 variant [r=dvander, NPOTB, DONTBUILD] 2011-09-14 16:12:15 +02:00
Oleg Romashin
ebc7020bfe Bug 584217 - Add Meego Touch based filepicker implementation. r=jeremias.bosch,florian.haenel 2011-09-14 14:16:28 +01:00
Matt Brubeck
5c8d0d5b5f Merge from mozilla-inbound to mozilla-central 2011-09-08 16:11:52 -07:00
Philipp von Weitershausen
f999dd7e16 Merge services-central and mozilla-central 2011-09-08 15:32:54 -07:00
Shawn Gong
9640476441 Bug 655727. Implemented responseType='moz-json', r=sicking 2011-09-08 15:12:18 -07:00
Brian Hackett
0238320401 Fix inverted test, use the right id when calling getter hooks, bug 557358. 2011-09-08 14:24:10 -07:00
Ehsan Akhgari
50c9a904aa Merge the last green changeset of mozilla-inbound to mozilla-central 2011-09-08 16:54:20 -04:00
Siddharth Agarwal
56fe36ae20 Bug 681659 - Execute mozconfig-find just once and make sure mozconfig detection errors are handled properly. r=ted 2011-09-09 02:00:31 +05:30
Neil Rashbrook
74f24154f1 Bug 684726 Add missing content types to nsContentBlocker r=bz 2011-09-08 21:20:44 +01:00
Felix Fung
3cc87d7296 Bug 626626 - Reference Correct Strings in Password Manager. r=dolske 2011-09-08 12:36:35 -07:00
Margaret Leibovic
b7630025bb merge m-c into fx-team 2011-09-13 09:38:41 -07:00
Matt Brubeck
402f7d2248 Bug 685541 - Fix zooming when in tablet mode [r=mfinkle] 2011-09-08 12:32:31 -07:00
Lucas Rocha
dca84fe55f Bug 685224 - Update tab image with correct color (r=mbrubeck) 2011-09-08 12:13:18 -07:00
Lucas Rocha
2b1fd34a33 Bug 685539 - Update tab reopen icon for tablets (r=mbrubeck) 2011-09-08 12:13:18 -07:00
Matt Brubeck
cf696d453b Bug 680077 - Use px units for tab bar styles on Android [r=mfinkle] 2011-09-08 12:13:18 -07:00
Matt Brubeck
79009aae73 Bug 685310 - Make tab bar scroll vertically in tablet mode [r=mfinkle] 2011-09-08 12:13:12 -07:00
Brian Hackett
f5364430bd Merge MC->JM 2011-09-08 09:59:59 -07:00
Brian Hackett
8091e24a60 Don't try to generate getter ICs when fusing GETPROP, bug 557358. 2011-09-08 09:36:55 -07:00
Matt Brubeck
1b57a3cb34 Bug 685440 - Silence undefined property warnings in Fennec [r=fabrice]
--HG--
extra : rebase_source : 7cc85ef3e02fcc5a92bbacd38d7e7e2c3895d844
2011-09-08 09:02:08 -07:00
Matt Brubeck
dd9948a459 Bug 684807 - Annotate more crashtest assertions on Android [r=philor]
--HG--
extra : rebase_source : fb7142167faccb19975aa12c6048428c8dea42c4
2011-09-08 09:00:32 -07:00
Brian R. Bondy
7c36066ba8 Bug 655117 - Citrix ICA Client Version: 12.1.0.30 (npicaN.dll) crashes other plugins. r=bsmedberg 2011-09-08 12:11:52 -04:00