Commit Graph

91820 Commits

Author SHA1 Message Date
Brian Nicholson
dd83db2d2a Bug 746380 - Set tab URL on document start. r=mfinkle a=blocking-fennec 2012-04-23 10:34:14 -04:00
Brian Nicholson
28356cfc3e Bug 746380 - Use URI of nsIChannel on state change. r=mfinkle a=blocking-fennec 2012-04-23 10:34:14 -04:00
Simon Montagu
c1ed652b3c Mark failing tests from bug 706194. r=orange, a=tests-only 2012-04-23 17:26:47 +03:00
Simon Montagu
87123dc4e5 Fix typo in tests for bug 706194. r=orange, a=tests-only 2012-04-23 15:34:55 +03:00
Simon Montagu
5571145812 Fuzz failing reftests from bug 706194, a=tests-only 2012-04-23 15:28:25 +03:00
Ed Morley
c8dca21e5a Bug 706194 - Followup to fix bad qimport; a=tests-only 2012-04-23 11:49:26 +01:00
Chris Pearce
74e8ff12b9 Bug 690989 - Ensure we're focused before requesting fullscreen in rollback test. r=smaug a=test-only 2012-04-23 22:48:00 +12:00
Simon Montagu
467078ba53 Modifications to the tests for default bidi css properties from Webkit. Bug 706194, r=dbaron, a=tests-only 2012-04-23 11:49:15 +03:00
Simon Montagu
9a71f9d9c2 Modifications to the tests for unicode-bidi: isolate and plaintext from Webkit. Bug 706194, r=roc 2012-04-23 11:48:33 +03:00
Simon Montagu
3e1cc7f4ba Tests for unicode-bidi: isolate and plaintext from Webkit. Bug 706194, r=roc 2012-04-23 11:48:33 +03:00
Ed Morley
016cbaabf9 Backout ef43fa1005b7, af0733d23b87 & d8d124d2a76c (bug 706194) for compilation failures a=backout 2012-04-23 10:29:11 +01:00
Simon Montagu
b7730919da Modifications to the tests for default bidi css properties from Webkit. Bug 706194, r=dbaron, a=tests-only 2012-04-23 11:49:15 +03:00
Simon Montagu
de94082db1 Modifications to the tests for unicode-bidi: isolate and plaintext from Webkit. Bug 706194, r=roc 2012-04-23 11:48:33 +03:00
Simon Montagu
57ce3c2c0b Tests for unicode-bidi: isolate and plaintext from Webkit. Bug 706194, r=roc 2012-04-23 11:48:33 +03:00
Justin Lebar
a206ca05a0 Bug 746055 - On desktop, increase image.mem.max_decoded_image_kb to 250mb, effectively backing out bug 732820. r=joe, a=desktop-only 2012-04-23 00:42:13 -04:00
Benoit Girard
870bb676df Bug 739679 - Part 1: Add BasicImplData header into its own file. r=roc a=blocking-fennec 2012-04-16 18:23:03 -04:00
Benoit Girard
b342ee0b4d Bug 739679 - Part 1: Add TiledLayerBuffer to control logic for updating tiled layers. r=roc,mwoodrow, a=blocking-fennec 2012-04-16 18:22:59 -04:00
Phil Ringnalda
afe3f46366 Merge m-c to m-i; a=merge 2012-04-22 17:57:20 -07:00
Serge Gautherie
eb05465ea4 Bug 747668. (Bv1) Port |Bug 418712 - nsIAutoCompleteInput should fire an event when a search begins| to SeaMonkey. r=neil.
DONTBUILD (a=npotb).
2012-04-23 01:28:55 +02:00
Felipe Gomes
a249f19b64 Bug 747601. Only create Info.plist file after webapp icon has been downloaded. r=mstange a=desktop-only.
OSX caches the application info when Info.plist is created and if the icon has not yet been embedded in the .app package, Finder might indefinitely cache a no-icon app
2012-04-22 14:30:03 -07:00
Takanori MATSUURA
92514698fa Bug 747041. Fix resource:// path usage in browser. r=felipe a=desktop-only 2012-04-22 14:27:05 -07:00
Steven Lee
911c802625 Bug 736939 - AudioManager implementation. r=cjones, a=b2g-only 2012-04-22 14:14:36 -04:00
Steven Lee
aac1e868e2 Bug 736939 - Audio routing support. r=cjones, a=b2g-only 2012-04-22 14:09:22 -04:00
Margaret Leibovic
68e38feff8 Bug 741831 - Readonly text inputs can trigger form autocomplete popups. r+a=mfinkle 2012-04-22 09:58:29 -07:00
Margaret Leibovic
52bc78fc4a Bug 747181 - Profile migration migrates tag folders. r=rnewman a=blocking-fennec-beta 2012-04-22 09:58:25 -07:00
Phil Ringnalda
90594611d5 Merge m-c to m-i, a=merge 2012-04-22 00:20:38 -07:00
Phil Ringnalda
76d1d026bf Merge the last green PGO changeset from mozilla-inbound to mozilla-central; a=merge 2012-04-21 23:21:24 -07:00
Phil Ringnalda
30f67897e8 Bug 747394 - empty commit to trigger nightly rebuild on a CLOSED TREE; a=noop 2012-04-21 21:56:23 -07:00
Richard Newman
6a0305a5e4 Bug 747040 - Trivial guard against NPE in AndroidBrowserBookmarksRepositorySession.retrieveRecord. r=trivial, a=blocking-fennec 2012-04-21 21:46:03 -07:00
Richard Newman
d423fe8c2a Bug 730626 - Implement resetting. r=nalexander, a=blocking-fennec 2012-04-21 21:15:27 -07:00
Myk Melez
8f8c39fdcd bug 747394 - empty commit to trigger nightly rebuild on a CLOSED TREE; a=npotb 2012-04-21 15:41:58 -07:00
Myk Melez
d6eb92285b bug 747394 - rename webapprt/application.ini to webapprt/webapprt.ini to work around an issue in a build script that looks for Firefox's application.ini, which busted nightly partial updates, on a CLOSED TREE; r=bsmedberg, a=khuey 2012-04-21 11:41:50 -07:00
Dão Gottwald
990499a1dc Bug 746837 - In undoCloseTab, focus the browser instead of the content window and do it immediately rather than after a timeout. r=zpao a=desktop-only 2012-04-21 14:45:51 +02:00
Tim Taubert
2ea9fe120c merge m-c to fx-team; a=desktop-only 2012-04-21 08:36:09 +02:00
Phil Ringnalda
86f5b12495 Bug 742455 - disable crashtests on Windows that are taking down the whole suite more often than not, a=test-only 2012-04-20 22:39:39 -07:00
Phil Ringnalda
cd468f9114 Merge the last green PGO changeset from mozilla-inbound to mozilla-central; a=merge 2012-04-22 15:37:28 -07:00
Serge Gautherie
7db3a7b38d Bug 747668. (Av1a) XPFE autocomplete.xml: Regroup nsIAutoCompleteInput properties, Fix some nits. r=neil.
DONTBUILD (a=npotb).
2012-04-22 10:11:11 +02:00
Dave Camp
d05416419a Bug 747550 - Style button doesn't work since bug 707809. r=dietrich 2012-04-20 15:11:16 -07:00
Boris Zbarsky
4571359b0e Bug 726949. Instead of using the given proto for the sandbox directly, use a proxy that forwards to the given proto but rebinds all getters/setters/methods to use the given proto, not the sandbox global, as this. r=bholley, a=tracking-firefox
The code in XPCQuickStubs.h just moved from XPCQuickStubs.cpp.
2012-04-19 14:19:41 -04:00
Geoff Brown
54339634b2 Bug 747268 - devicemanagerADB: improve listFiles error handling and check for root. r=jmaher, a=test-only 2012-04-20 17:15:59 -04:00
Oleg Romashin
ab49f8480c Bug 746913 - Plugins NativeRenderer X/qt/gtk includes defines cleanup. r=karlt, a=desktop-only 2012-04-20 17:15:59 -04:00
Steve Workman
75225e473a Bug 739600: Add #define INET6 to getaddrinfo.c; r=jduell a=blocking-fennec 2012-04-20 13:18:30 -07:00
Joe Drew
41506abc0b Bug 744939 - Make animatedZoomTo operate in CSS pixels instead of device pixels. r=kats a=blocking-fennec 2012-04-14 13:18:10 -04:00
Joe Drew
7f29dc336a Bug 744916 - Make the Java viewport keep track of its size in both CSS pixels and device pixels. r=kats
--HG--
extra : rebase_source : f733c2a4eadaeaa9c845b83886af8ab335250f85
2012-04-12 16:00:56 -04:00
Jeff Muizelaar
75f19e9b5e Bug 744901 - Store the page size in FrameMetrics in CSS pixels in addition to device pixels. r=cjones
--HG--
extra : rebase_source : ac38e2ff9dda55bd5dc44d757b67cb1550da1eaa
2012-04-12 15:55:26 -04:00
Matt Brubeck
ef71c94678 Bug 747109 - Remove broken code to fix an error in Clear Private Data [r=mfinkle, a=blocking-fennec] 2012-04-20 12:49:47 -07:00
Margaret Leibovic
edef3c8ef5 Bug 746394 - No label for home screen icons when adding page without title. r=bnicholson a=mfinkle 2012-04-20 11:49:30 -07:00
James Willcox
4e5222e0f7 Bug 707353 - Implement ANPWindow::showKeyboard() for Android plugins. r=snorp a=blocking-fennec
--HG--
extra : rebase_source : ca2da8fe9689fa702444cd6da7b4841d9ef12ec4
2012-04-20 09:49:50 -07:00
Ehsan Akhgari
82c7940be5 Merge mozilla-central into mozilla-inbound; a=merge 2012-04-20 13:11:03 -04:00
Ehsan Akhgari
9f8c7e1e97 Merge the last green PGO changeset from mozilla-inbound to mozilla-central; a=merge 2012-04-20 13:10:19 -04:00