Commit Graph

12200 Commits

Author SHA1 Message Date
Jared Wein
3468a9afc0 Bug 783928 - Remove the 'Remove from Firefox' menu in the Social API toolbar button dropdown. r=felipe 2012-08-22 13:56:27 -07:00
Gavin Sharp
130926bd70 Bug 784198 - Rename notifBrowser to notificationFrame. r=jaws 2012-08-22 13:56:14 -07:00
Jared Wein
b73ccf6f0c Bug 784198 - browserIter.docShell is undefined errors. r=felipe 2012-08-22 13:56:10 -07:00
Jonathan Griffin
6d1ddeafe5 Bug 779984 - Backout 98fc3d40910c due to leaking crashtest, CLOSED TREE 2012-08-22 13:11:53 -07:00
Jonathan Griffin
74cd5acc2e Bug 779984 - replace --enable-marionette with ENABLE_MARIONETTE and make it consistent, r=ted 2012-08-22 11:17:22 -07:00
Ehsan Akhgari
57ac5ddc72 Merge the landing of bug 579517 to mozilla-inbound 2012-08-22 12:12:15 -04:00
Dão Gottwald
2ab52cde93 Bug 784621 - Empty address bar isn't always focused after startup. r=enn 2012-08-22 16:08:12 +02:00
Ed Morley
a227f14256 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-08-22 10:28:02 +01:00
Dão Gottwald
6ef5c21185 fix indent (no bug, DONTBUILD) 2012-08-22 09:58:18 +02:00
Ed Morley
3073a11a52 Backout 3c39fdebf386 (bug 733573) for native Android m3 failures in test_tcpsocket_enabled_no_perm.html on a CLOSED TREE 2012-08-21 23:01:09 +01:00
Ed Morley
3197149f5c Merge mozilla-central to mozilla-inbound 2012-08-21 21:16:49 +01:00
David Keeler
8c1cb54acb Bug 767636 - expose plugin fallback type to extensions. r=jaws 2012-08-21 12:40:07 -07:00
Gavin Sharp
ac923ca26d merge fx-team into mozilla-central 2012-08-21 10:27:25 -07:00
Donovan Preston
bc56dc9adb Bug 733573 - Expose a client TCP socket API to web applications [r=honzab,fabrice] 2012-08-21 09:46:27 -07:00
Ekanan Ketunuti
7d3976d379 Bug 784313 - Replace body[dir=rtl] with :dir(rtl) in browser/. r=dao
--HG--
extra : rebase_source : 161e7e1456b27f6b31e3f8e923684d83c7d0ace6
2012-08-21 20:50:55 +07:00
Ian Moody
6fd85a4fb0 Bug 737792 - Use for..of loops in browser.js. r=dao
--HG--
extra : rebase_source : df980b6310daecb9e80793ca900ba983aadb12c6
2012-08-21 18:56:07 +02:00
Abhishek Potnis
8b7e1e46f4 Bug 781122 - orion.css does not exist from debugger tests; r=msucan 2012-08-21 14:42:02 +03:00
Blair McBride
9bc4755453 Bug 783763 - Move browser_bug435325.js to /browser/ and remove reference to nsIDOMWindowUtils. r=dolske
--HG--
rename : docshell/test/browser/browser_bug435325.js => browser/base/content/test/browser_bug435325.js
2012-08-21 19:42:30 +12:00
Donovan Preston
ff04ad6299 Bug 733573 - Expose a client TCP socket API to web applications [r=honzab,fabrice] 2012-08-21 09:46:27 -07:00
Javi Rueda
8d6606ec11 Bug 503761 - 'Remember passwords' check box is broken when no history - in Private Browsing mode or when Firefox set to never remember any history; r=ehsan 2012-08-21 11:03:46 -04:00
Shane Caraveo
ce4474f75e Bug 779686 - implement docked chat content areas, r=felipe
--HG--
extra : transplant_source : c%29h%B5%89%27%F3S%C0%B6%CB%82%A27%3C%0D%AEL%14V
2012-08-20 17:52:26 -07:00
Jared Wein
8ccee29469 Bug 779360 - Implement mozSocial.isVisible API for social sidebar window, r=felipe
--HG--
extra : transplant_source : %1FB%A6T%7B%9D%60T%E6%95%CD%A7%27%E5%00%60%A5%B8%84%F8
2012-08-20 14:18:50 -07:00
Shane Caraveo
0be33283e4 Bug 783691 - show/hide events for social content. r=gavin 2012-08-20 11:25:47 -07:00
David Creswick
d4179f7490 Bug 739092 - Neterror icon should not be visible behind robot in about:robots. r=dao 2012-08-20 17:43:00 +12:00
Tim Taubert
4f193b6d6f merge m-c to fx-team 2012-08-19 21:07:15 -07:00
Leonard Camacho
ef869f564e Bug 695879 - Use SyncScheduler when adding a new device to sync. r=rnewman 2012-08-21 18:23:42 -04:00
Dão Gottwald
255346b385 Bug 783103 - Avoid layout flush from isElementVisible when attempting to focus the URL bar or search bar. r=enn 2012-08-21 15:53:39 +02:00
Dão Gottwald
0a6a0c0268 Bug 783614 - Cutting a sub string from the location bar value can unexpectedly modify the value further. r=Unfocused 2012-08-21 09:56:59 +02:00
Dão Gottwald
be7f5807e8 Bug 782684 - charsetLoadListener needs no event argument. r=gavin 2012-08-21 09:54:57 +02:00
Ehsan Akhgari
0fd9123eac Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script.  Here's the source of the script for
future reference:

function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
       ! -wholename "*security/nss*" \
       ! -wholename "*/.hg*" \
       ! -wholename "obj-ff-dbg*" \
       ! -name nsXPCOMCID.h \
       ! -name prtypes.h \
         -type f \
      \( -iname "*.cpp" \
         -o -iname "*.h" \
         -o -iname "*.c" \
         -o -iname "*.cc" \
         -o -iname "*.idl" \
         -o -iname "*.ipdl" \
         -o -iname "*.ipdlh" \
         -o -iname "*.mm" \) | \
    xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}

convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t

convert PRIntn int
convert PRUintn unsigned

convert PRSize size_t

convert PROffset32 int32_t
convert PROffset64 int64_t

convert PRPtrdiff ptrdiff_t

convert PRFloat64 double
2012-08-22 11:56:38 -04:00
Ed Morley
2d0ee22719 Backout 2b5b8baa5816 (bug 767636) for causing bug 783836 2012-08-19 02:08:13 +01:00
Ed Morley
b81f655458 Bug 552424 - Disable browser_464620_a.js and browser_464620_b.js on Windows for failing 500 times without anyone caring; r=philor 2012-08-18 23:59:55 +01:00
Myk Melez
700fb2c345 bug 783709 - Launching a web application on Nightly shows a window with no title and white content; r=felipe
--HG--
extra : rebase_source : 59691102701719184294149908383eed23bd2bb6
2012-08-18 14:36:35 -07:00
Marco Castelluccio
8d46178a06 Bug 780528 - Webapp uninstallation on Linux through desktop action. r=karlt 2012-08-18 08:25:48 -04:00
Marco Castelluccio
bfad7fe004 Bug 780530 - Notification after webapp uninstallation. r=mhommey 2012-08-18 08:25:48 -04:00
Ryan VanderMeulen
f76b788630 Merge the last PGO-green inbound changeset to m-c. 2012-08-18 07:22:18 -04:00
ffxbld
5b3aaba1b9 Automated blocklist update from host bld-centos5-32-vmw-011 2012-08-18 03:07:31 -07:00
David Keeler
02cf2b5342 Bug 767636 - Expose plugin fallback type to extensions. r=josh 2012-08-17 14:24:00 -07:00
Phil Ringnalda
34d464d80a Bug 783738 - Use Components.results.NS_BINDING_ABORTED instead of hardcoding the value, r=gavin 2012-08-14 23:32:06 -07:00
Bellindira Castillo [:bellindira]
aa00394b82 Bug 752841 - [New Tab Page] Make the number of tabs adjustable; r=ttaubert 2012-08-16 23:01:03 -06:00
Ed Morley
16f4f94306 Merge mozilla-central and fx-team 2012-08-17 19:22:11 +01:00
Thaddee Tyl
6bd78774af Bug 780791 - WebConsole autocompletion doesn't autocomplete on string literals; r=msucan 2012-08-17 18:38:59 +03:00
Ben Hearsum
25ebe539cc bug 783241: add extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/preview.png to removed-files.in. r=ted/bmcbride 2012-08-16 10:03:18 -04:00
Justin Dolske
6aa35541f7 Bug 661813 - Fix intermittent failure in browser_webconsole_bug_595934_message_categories.js. r=mihai 2012-08-15 18:04:52 -07:00
Ed Morley
9cdd0db8cb Merge mozilla-central to mozilla-inbound 2012-08-15 19:00:48 +01:00
Ed Morley
42369890c2 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-08-15 16:17:53 +01:00
Ed Morley
1c5fe31b30 Bug 773732 - Temporarily disable browser_dbg_reload-same-script.js due to frequent failures (bug 780198 & bug 782179) 2012-08-15 15:30:58 +01:00
Ed Morley
f5b0d9788b Backout 3b46b03dff5c, effectively relanding bug 781186 and 773732 because it seems like a clean backout isn't going to be possible 2012-08-15 15:26:46 +01:00
Ed Morley
6cbf988f37 Backout 2a6310e0ed9a (bug 781186) and 64bc6b0e9127 (bug 773732) for causing bug 780198 and bug 782179 2012-08-15 13:30:09 +01:00
Ed Morley
d52d7568dd Backout 34d187fac5f7 (bug 777176) for possibly causing bug 782901 on a CLOSED TREE 2012-08-15 10:48:13 +01:00