Commit Graph

89539 Commits

Author SHA1 Message Date
David Anderson
f20e14b269 Merge from mozilla-central. 2012-03-09 13:37:58 -08:00
Nicolas Pierron
6eb139944a Match TypeInferenceOracle assertions for getCallTarget (Bug 732864, r=dvander) 2012-03-09 11:16:21 -08:00
Jan de Mooij
26f2347830 Bug 734415 - Specialize phis with int32 and double operands as double. r=dvander 2012-03-09 19:58:28 +01:00
Nicolas Pierron
a90182989f Fix layout assumption of condition-less for-loop. (Bug 732861, r=jandem) 2012-03-09 10:33:40 -08:00
Hannes Verschore
4e09528c6c Add testcase for bug 731820, r=me 2012-03-09 13:59:43 +01:00
Marco Bonardo
3eef3b0e84 Merge central to inbound 2012-03-09 13:36:35 +01:00
Marco Bonardo
b276d467e3 Merge last PGO-safe changeset from inbound to central 2012-03-09 13:33:59 +01:00
Etienne Segonzac
faf296e3c3 Bug 730323 - Adding missing white listed application for mozTelephony r=vingtetun 2012-03-09 13:10:16 +01:00
Dão Gottwald
9d7c3fd293 No bug - reduce MAX_LEAK_COUNT to match the status quo 2012-03-09 11:39:11 +01:00
Chris Lord
45c6424900 Bug 734175 - Fix uploading all tiles when subtextures are unsupported. r=bgirard
The check for sub-texture support happens before iterating over tiles in
TiledTextureImage, and forces the bounds to the boundaries of the
TiledTextureImage. This causes any upload on a TiledTextureImage to re-upload
every single tile, regardless of whether it intersects with the upload region.

Fix this by moving this check inside of the tile iteration loop, and expanding
individual tile upload regions to tile boundaries.
2012-03-09 10:22:59 +00:00
Marco Bonardo
c42f2255fe Bug 734044 - Let livemarks skip the cache and avoid polluting tests after test_reloadLivemarks.xul
r=dietrich
2012-03-09 11:14:40 +01:00
Marco Bonardo
3606a4771c Bug 591884 - Make IE importer fallback to the default Links folder to support toolbar favorites in versions >= 7
r=felipe
2012-03-09 11:13:14 +01:00
Jonathan Kew
5822a6d833 Backed out changeset 118f97e6d4ed (bug 670275) for xpcshell orange. 2012-03-09 10:06:54 +00:00
Igor Bukanov
f0bddf0e88 bug 728250 - remove JSPrincipals::codebase. r=:luke,:bz
In just 2 cases where JSPrincipals::codebase is used it can be reconstructed from the values stored in the associated nsJSPrincipal. In addition the patch makes nsJSprincipals to inherit both from nsIPrincipal and JSPrincipals allowing to use static_cast to convert between nsIPrincipal and JSPrincipals pointers and to drop many cases of manual JSPrincipal reference counting.
2012-03-09 10:48:50 +01:00
Tim Taubert
499aebbfb8 merge m-c to fx-team 2012-03-09 08:09:45 +01:00
John Daggett
3d4dadc0c4 Bug 734313. Disabling reftests failing on OSX 10.5 2012-03-09 14:02:11 +09:00
Masayuki Nakano
5eb014fc0e Bug 729774 part.3 nsGtkIMModule::GetCurrentParagraph() and DeleteText() should work with the text content which was immediately before the latest compositionstart r=karlt 2012-03-09 13:27:51 +09:00
Masayuki Nakano
04d9c542b8 Bug 729774 part.2 nsGtkIMModule should store selected text which will be removed by first text event r=karlt 2012-03-09 13:27:51 +09:00
Masayuki Nakano
8d2a272bb5 Bug 729774 part.1 nsGtkIMModule should manage composition state more closely r=karlt 2012-03-09 13:27:51 +09:00
Zack Weinberg
07f40ca85b Bug 729817 - Allow the Nouveau driver with Mesa >= 8.0.1 - r=bjacob 2012-03-08 23:19:26 -05:00
John Daggett
42e828a6a9 Bug 705594. Fix build bustage on Linux, argh. 2012-03-09 12:38:01 +09:00
John Daggett
98fd10b241 Bug 705594. Fix build bustage on gtx/qt. 2012-03-09 12:10:05 +09:00
Makoto Kato
649f1a480a Bug 732328 - need os.close(fd) before os.remove(tmp) on expandlibs_exec.py. r=ted 2012-03-09 11:42:36 +09:00
Vicamo Yang
45fd091e80 Bug 733981 - Part 2: Early return may ignore the optimum SMS length. r=philikon DONTBUILD because NPOTB 2012-03-08 18:34:03 -08:00
Vicamo Yang
18d99ada21 Bug 733981 - Part 1: Fix mis-calculated userDataLength. r=philikon 2012-03-08 18:31:56 -08:00
Fernando Jiménez
da1b844a63 Bug 734181 - [B2G] SMS database: filter with endDate but no startDate parameter throws an exception. r=philikon 2012-03-08 18:31:00 -08:00
Dave Camp
4f7fe0d6d3 Bug 719916 - Rule view loses focus after entering attribute name. r=jwalker 2012-03-08 18:27:37 -08:00
Jacob Holzinger
86f648606c Bug 696242 - Convert NS_RegisterStaticAtoms and nsCSSScanner::ReportUnexpectedParams to take an array-reference rather than a pointer and length, making it impossible to pass a pointer/length that are inconsistent. r=jwalden
--HG--
extra : rebase_source : 882b5b4d500b1fa242c0a3cfa3084e4171cbaa9d
2012-03-08 18:22:57 -08:00
Olli Pettay
d0605c95d6 Bug 730891, event ctor for StorageEvent, r=sicking,kyle 2012-03-08 23:27:05 +02:00
Jeff Hammel
2d47ce2068 Bug 727903. Remove pageloader.xpi from talos_from_code.py. r=armenzg 2012-03-08 09:52:51 -05:00
Olli Pettay
3347eae726 Backout Bug 704259, a=bustage 2012-03-08 16:44:32 +02:00
Rob Campbell
44c93895a1 merge fx-team to m-c 2012-03-08 10:30:11 -04:00
Ed Morley
516cfca8cd Merge backout from inbound to mozilla-central 2012-03-08 13:56:07 +00:00
Ed Morley
ef0509d1fb Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-03-08 13:14:47 +00:00
Serge Gautherie
70f460e6fc Bug 733730. (Av1) file_bug594730-4.html: s/is_not()/isnot()/. r=jonas. 2012-03-08 13:32:09 +01:00
Serge Gautherie
6e643a2491 Bug 731332. (Av1) importScripts_worker.js: Do not try to access the network. r=jst. 2012-03-08 13:31:20 +01:00
Tim Taubert
c3a8615b80 Bug 723121 - [New Tab Page] Dragging and clicking on a thumbnail freezes the thumbnail grid; r=dietrich 2012-03-08 12:57:26 +01:00
Panos Astithas
7ed3bc29f3 Bug 709088 - Put dump() calls in debugger code behind a pref; r=rcampbell 2012-03-08 09:14:41 +02:00
Tim Taubert
990d35855b Backed out changeset b5a3e22944f9 (bug 711157)
--HG--
rename : browser/base/content/abouthome/snippet1.png => browser/base/content/aboutHome-snippet1.png
rename : browser/base/content/abouthome/snippet2.png => browser/base/content/aboutHome-snippet2.png
rename : browser/base/content/abouthome/aboutHome.css => browser/base/content/aboutHome.css
rename : browser/base/content/abouthome/aboutHome.js => browser/base/content/aboutHome.js
rename : browser/base/content/abouthome/aboutHome.xhtml => browser/base/content/aboutHome.xhtml
2012-03-08 08:35:15 +01:00
Tim Taubert
4f80d6cda1 Backed out changeset 3bb5b7d3a6f1 (bug 711157) 2012-03-08 08:35:15 +01:00
Cameron McCormack
1c9adf5f7e Back out bug 725475 due to breaking scrolling on some machines 2012-03-08 17:21:09 +11:00
Alexander Surkov
3ba61c7c4d Bug 733335 - dexpcom nsIEditableTextAccessible::GetAssociatedEditor, r=davidb 2012-03-08 12:28:38 +09:00
Cameron McCormack
b12e1613eb Bug 725475 - Use more hidden scrollbars to tempt Synaptics drivers into giving us scrolling messages. r=jmathies 2012-03-08 13:16:47 +11:00
Bill McCloskey
505905b4c3 Bug 732719 - Mark stack slot as undefined (r=bhackett) 2012-03-07 18:05:29 -08:00
Marina Samuel
8a833d0163 Bug 733965 - Cursor not closed in ClientsDatabaseAccessor. r=rnewman 2012-03-07 18:01:33 -08:00
Brian Nicholson
e060639a26 Bug 732268 - Don't perform intent actions when launching from recent apps. r=blassey 2012-03-07 17:59:27 -08:00
Mats Palmgren
bc861fa127 Bug 728906 - Make nsIFrame::GetChildList return const nsFrameList&. r=bz 2012-03-08 02:57:37 +01:00
Mats Palmgren
a63934af76 Bug 728913 - Remove the nsMenuFrame::mPopupFrame member and store it in a nsFrameList* frame property instead (as needed). r=bz 2012-03-08 02:57:37 +01:00
Mats Palmgren
bd31652ea8 Bug 728911 - Remove the nsBlockFrame::mBullet member and store it in a frame property instead (as needed). For an outside bullet, store it as a nsFrameList* to support GetChildList(kBulletList). part 2/2 r=bz 2012-03-08 02:57:37 +01:00
Mats Palmgren
4a726bcaef Bug 728911 - Add a HasPushedFloat() method and move the PushedFloatProperty declaration to the .cpp file. part 1/2 r=bz 2012-03-08 02:57:37 +01:00