Commit Graph

265875 Commits

Author SHA1 Message Date
Sriram Ramasubramanian
02059bbdef Bug 708266: UI to show tabs remote tabs. [r=mfinkle, r=rnewman]
--HG--
rename : mobile/android/base/resources/drawable/background.png => mobile/android/base/resources/drawable-nodpi/background.png
2012-03-09 10:42:43 -08:00
Kartikaya Gupta
2484a7808b Bug 732069 - Fix startup crash when building Fennec Native with the old linker. r=wesj 2012-03-09 13:23:00 -05:00
Marco Bonardo
f1cca39bed Bug 734351 - Fix a query syntax error that disallows populating the hosts table.
r=dietrich
2012-03-09 18:05:11 +01:00
Matt Brubeck
c12e242618 Back out d8946e029410 (bug 710431) because of browser_ConsoleStorageAPITests.js failures on Linux 2012-03-09 09:01:44 -08:00
Doug Turner
a8ada16804 Bug 726502 - nsDeviceMotion::DeviceMotionChanged may index out of bounds mWindowListeners array. r=smaug 2012-03-09 08:41:25 -08:00
Jonathan Kew
af98b64566 bug 733512 - update freetype to v2.4.9. rs=dougt 2012-03-09 16:38:09 +00:00
Jeff Muizelaar
4ea0f9f5a6 Backout c433e993506b 2012-03-09 11:21:43 -05:00
Jacek Caban
c3db1fea68 Bug 733713 - xpcom/tests fail to compile on mingw r=glandium 2012-03-09 16:58:43 +01:00
Jeff Muizelaar
9f2355d175 Bug 723711. Return the profile data as JS objects. r=bgirard 2012-02-02 16:57:20 -05:00
Jeff Muizelaar
79f09f5a88 Bug 732806. Make stackwalking respect the stack end on OS X. r=ehsan
This will help us avoid some crashes.
2012-02-15 00:17:34 -05:00
Neil Deakin
6bd71c120f Bug 710431, add telemetry for new browser window command, r=dao 2012-03-09 10:41:50 -05:00
Markus Stange
a72e26ef93 Bug 733792 - Leave original symbol addresses in the profile report. r=bgirard 2012-03-09 16:20:03 +01:00
Markus Stange
7afd2b98b2 Bug 733792 - Add nsIProfiler::getSharedLibraryInformation. r=bgirard 2012-03-09 16:20:00 +01:00
Markus Stange
a00a880764 Bug 734381 - Don't clear the background behind menuitems when painting into a context without transparency. r=josh 2012-03-09 16:17:37 +01:00
Rafael Ávila de Espíndola
4b16c44d01 Bug 721582 - We should probably use a strong assert for target in AsyncExecuteStatements::execute. r=mak. 2012-03-09 11:32:28 -03:00
Mounir Lamouri
43949c6bb1 Bug 729854 - Improve test_bug353415-1.html and test_bug353415-2.html. r=Ms2ger 2012-03-09 15:26:56 +01:00
Alexander Surkov
762ddc766a Bug 729831 - Don't expose CSS-based object attributes on not in tree accessible and accessible having no DOM element, r=marcoz 2012-03-09 23:20:17 +09:00
Marco Bonardo
faacb3c669 Merge central to inbound 2012-03-09 13:36:35 +01:00
Marco Bonardo
fb82e94d3a Merge last PGO-safe changeset from inbound to central 2012-03-09 13:33:59 +01:00
Etienne Segonzac
00aaba70c0 Bug 730323 - Adding missing white listed application for mozTelephony r=vingtetun 2012-03-09 13:10:16 +01:00
Dão Gottwald
b2a028fe6f No bug - reduce MAX_LEAK_COUNT to match the status quo 2012-03-09 11:39:11 +01:00
Chris Lord
a5475a4e9c 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
e9e35b8a85 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
e20386539d 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
fa0bd04455 Backed out changeset 118f97e6d4ed (bug 670275) for xpcshell orange. 2012-03-09 10:06:54 +00:00
Igor Bukanov
524dbd7e47 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
cb38ddd217 merge m-c to fx-team 2012-03-09 08:09:45 +01:00
John Daggett
52d2c4d950 Bug 734313. Disabling reftests failing on OSX 10.5 2012-03-09 14:02:11 +09:00
Masayuki Nakano
51dc71e2e2 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
84e76f90cd 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
c29ddcb682 Bug 729774 part.1 nsGtkIMModule should manage composition state more closely r=karlt 2012-03-09 13:27:51 +09:00
Zack Weinberg
523a6b04cd Bug 729817 - Allow the Nouveau driver with Mesa >= 8.0.1 - r=bjacob 2012-03-08 23:19:26 -05:00
John Daggett
03a0ab732d Bug 705594. Fix build bustage on Linux, argh. 2012-03-09 12:38:01 +09:00
John Daggett
02491b26f3 Bug 705594. Fix build bustage on gtx/qt. 2012-03-09 12:10:05 +09:00
Makoto Kato
4338eff30f 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
f09d2211b2 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
2473c8e28f Bug 733981 - Part 1: Fix mis-calculated userDataLength. r=philikon 2012-03-08 18:31:56 -08:00
Fernando Jiménez
10d8d9a25d 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
bad3440c9c Bug 719916 - Rule view loses focus after entering attribute name. r=jwalker 2012-03-08 18:27:37 -08:00
Jacob Holzinger
6a62cb6a9b 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
beb0053f42 Bug 730891, event ctor for StorageEvent, r=sicking,kyle 2012-03-08 23:27:05 +02:00
Jeff Hammel
15f1bb6533 Bug 727903. Remove pageloader.xpi from talos_from_code.py. r=armenzg 2012-03-08 09:52:51 -05:00
Olli Pettay
56ac654243 Backout Bug 704259, a=bustage 2012-03-08 16:44:32 +02:00
Rob Campbell
3bf1f57058 merge fx-team to m-c 2012-03-08 10:30:11 -04:00
Ed Morley
e67bf0b92d Merge backout from inbound to mozilla-central 2012-03-08 13:56:07 +00:00
Ed Morley
214e82db8b Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-03-08 13:14:47 +00:00
Serge Gautherie
96cfa44876 Bug 733730. (Av1) file_bug594730-4.html: s/is_not()/isnot()/. r=jonas. 2012-03-08 13:32:09 +01:00
Serge Gautherie
2cbfbb031f 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
fed9406117 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
c9feb40157 Bug 709088 - Put dump() calls in debugger code behind a pref; r=rcampbell 2012-03-08 09:14:41 +02:00