Commit Graph

13948 Commits

Author SHA1 Message Date
Jeff Muizelaar
5a168d2ab1 Bug 801061. Switch from imgIRequest to imgRequestProxy. r=joe
This doesn't switch all of the users yet, but is a step in the right
direction.

--HG--
extra : rebase_source : 91b4fef3f67586179c119208d000cf7629e04963
2012-10-12 08:43:01 -04:00
David Rajchenbach-Teller
f3770967d9 Bug 532150 - Reading and writing session file off the main thread; r=felipe
--HG--
extra : rebase_source : f9ceb62680c932621b876a39f007e74a4f4e4c40
2012-12-15 10:44:07 -05:00
David Rajchenbach-Teller
66e31fa312 Bug 760036 - move SearchService metadata I/O off the main thread, r=enndeakin
--HG--
extra : rebase_source : 1c5f12f3730f4631a706a7b590ce6807f84fa62c
2012-12-21 11:41:15 -05:00
Benjamin Smedberg
3fd831539f Bug 807757 main part - remove nsIProfileChangeStatus, nsIProfile and remnants of code to support them, r=glandium
--HG--
rename : profile/public/nsIProfileChangeStatus.idl => profile/public/notifications.txt
extra : rebase_source : 89db8a63effc2eab589a184a2b686cfcca3f8f63
2012-12-13 12:20:56 -05:00
Ehsan Akhgari
c8fcb2770a Bug 822330 - Make the Windows download progress bar in the task bar aware of private downloads; r=jdm 2012-12-20 18:17:44 -05:00
Ryan VanderMeulen
d7448a9f7d Backed out changeset 1cd15c87f867 (bug 821901) for crashes. 2012-12-17 19:22:09 -05:00
Marshall Culpepper
81e2685a60 Bug 812584: Part 1 - Always forward update download errors in B2G. r=bbondy 2012-12-17 17:23:14 -06:00
Iordache Catalin
c6e3e5ce34 Bug 821901 - Fix build warnings in /toolkit/components/places/nsNavHistoryResult.cpp. r=mak 2012-12-17 17:43:45 -05:00
Jim Mathies
f5523fcce2 Bug 817881 - Move test plugin to dist/plugins, and touch up tests and test logic to support the change. r=glandium, dtownsend 2012-12-17 12:08:00 -06:00
Jan Varga
a7d90fb5a3 Bug 787804 - Rewrite quota handling (eliminate test_quota.c). r=bent,asuth,vladan 2012-12-17 20:25:10 +01:00
Marco Bonardo
18c881540a Bug 791562 - crash in PlacesFolderConversion::AppendFolder.
r=mano
2012-12-17 15:03:49 +01:00
Ryan VanderMeulen
4cfa06ab9b Backed out changeset 11bf35befda6 (bug 795360) for Windows hangs. 2012-12-16 22:25:53 -05:00
Masatoshi Kimura
994d26bca0 Bug 805374 - Remove UTF-16 family from Character Encoding menu. r=smontagu 2012-12-16 19:54:58 -05:00
Benedict Singer
bdc8cf30c2 Bug 795360 - Make dump_syms from symbolstore.py run in parallel on multi-core machines. r=ted 2012-12-11 09:52:53 -05:00
David Rajchenbach-Teller
68dc42a4b4 Bug 820681 - Restore OS.Constants.Path.{profileDir, localProfileDir} to its previous state. r=Yoric 2012-12-16 19:37:11 -05:00
Sankha Narayan Guria
b960e33b92 Bug 809305 - [OS.File] Share the common functions in the test suite. r=Yoric 2012-12-16 19:31:35 -05:00
Robert Strong
d08742bda0 Bug 821343 - TestAUSHelper doesn't exist for b2g xpcshell_updater tests, r=ahal 2012-12-16 15:53:57 -05:00
Jeff Walden
e0523203c9 Bug 820570 - Move mozilla::DebugOnly into DebugOnly.h to pare down the grab-baggish Util.h. r=Ms2ger 2012-12-14 18:58:45 -05:00
Gavin Sharp
f617a66bf9 Bug 802026, r=dao
--HG--
extra : transplant_source : _%DEr6%3A%8A%40%AF%FE%5E/%C6N%82%00%0B%0FtU%DD
2012-12-12 01:09:49 -08:00
Marco Bonardo
9512bedcbc Bug 822710 (part 1) - Implement a new getAnnotationsHavingName method.
r=Mano sr=gavin
2012-12-21 15:19:04 +01:00
Masatoshi Kimura
2a245d47d2 Bug 804834 - Part 1: Fix tests depending on E4X for-each in content JS. r=waldo 2012-12-21 20:47:52 +09:00
Mark Hammond
be704bebd0 Backout c928f50fe4fc (bug 798226) for android test bustage on a CLOSED TREE 2012-12-21 14:49:11 +11:00
Drew Willcoxon
1e75598cb5 Bug 699859 - Create nsIContentPrefService2, an async version of nsIContentPrefService. r=mak, sr=mossop 2012-12-20 17:37:56 -08:00
Mark Hammond
7f48b6b697 Bug 798226 - allow the anchor arrow on a panel to move while the popup is open. r=enndeakin 2012-12-21 12:26:32 +11:00
Rafael Ávila de Espíndola
dba0f74232 Bug 823575 - Remove invalid argument. r=vladan. 2012-12-20 20:04:58 -05:00
Ehsan Akhgari
38b9359caf Bug 823739 - Part 0: Skip browser_favicon_privatebrowsing.js in per-window PB builds 2012-12-20 18:01:25 -05:00
Marco Bonardo
1218d9a0f2 Bug 766799 - Notify hidden visits to history observers.
Redirect sources and framed visits are considered hidden and thus not shown in
common UI history queries.  So far were not even notified, but the right thing
to do is to let the observer handle them based on its needs.
r=Mano sr=Mossop
2012-12-20 23:45:00 +01:00
Iordache Catalin
9058afe4b0 Bug 821901 - Fix some build warnings in toolkit/components/places. r=mak 2012-12-17 17:41:34 +02:00
Daniel Holbert
54a81dc4e8 Bug 822430: Add parens around assignment-used-as-loop-condition in AddonRepository.jsm, to fix JS strict warning "test for equality mistyped as assignment". r=Mossop 2012-12-20 14:02:20 -08:00
Nathan Froyd
ef7234e8af Bug 821879 - don't initialize Telemetry if we can't send any data in; r=vdjeric 2012-12-14 17:03:31 -05:00
Peter Van der Beken
748bb844b3 Fix for bug 817497 (Generic extension icons do not display anymore in Add-ons Manager). r=dolske.
--HG--
extra : rebase_source : 3a05f0f88c72545cffd27487a2e62668d2c19550
2012-12-06 22:07:42 +01:00
Ed Morley
f66f49f8b3 Backout bfeb3bc3da4e (bug 826029) for WINNT xpcshell failures 2013-01-03 10:17:14 +00:00
Daniel Holbert
4388426375 Bug 826052: Make HashStore explicitly reject files larger than UINT32_MAX bytes, to avoid precision issues when we pass the file-length as a uint32_t function argument. (Also, skip a redundant file-size lookup.) r=gcp 2013-01-03 00:38:24 -08:00
Vladan Djeric
f281d5d25a Bug 817102 - Copy/paste from about:telemetry has no line breaks. r=ttaubert 2013-01-02 21:46:33 -05:00
Rafael Ávila de Espíndola
2a00d70ca4 Bug 826029 - Assertion in mozPoisonWriteMac due to Mac camera code trying to write a defaults file on exit | Assertion failure: ok, at ../../../xpcom/build/mozPoisonWriteMac.cpp:90. r=ehsan.
--HG--
extra : rebase_source : 511835e6d24a0b58b5c9eb684b258456b7a7019e
2013-01-02 21:04:10 -05:00
Ehsan Akhgari
dde6266e43 Bug 810208 - Show the private download manager UI when clicking on the notification alert after a private download finishes; r=mak sr=gavin 2012-12-29 20:01:34 -05:00
Ed Morley
d9fb62848b Backout f6af3c44e395 (bug 810208) for crashes on a CLOSED TREE 2013-01-02 21:32:36 +00:00
Ehsan Akhgari
6744820571 Bug 810208 - Show the private download manager UI when clicking on the notification alert after a private download finishes; r=mak sr=gavin 2012-12-29 20:01:34 -05:00
Marshall Culpepper
6bd48a10f8 Bug 821412: Part 3 - Initial B2G update tests and smoketests. r=bbondy 2013-01-02 12:41:40 -06:00
Jacek Caban
0cf6fdf7bb Bug 823921 - Fixed content/media/wmf compilation on mingw r=khuey 2013-01-02 18:26:08 +01:00
Daniel Holbert
c92002e8b2 Bug 825647: Remove unused logging #defines from url-classifier/Entries.h. r=gcp 2013-01-02 09:05:34 -08:00
Daniel Holbert
9492334005 Bug 825627, part 2: Convert known-to-be-nonnegative variables 'i' and 'idx' to be unsigned, in Classifier::ReadNoiseEntries(), to fix signed/unsigned comparison build warnings. r=gcp 2013-01-02 09:05:31 -08:00
Daniel Holbert
7755ec9f84 Bug 825627, part 1: Make nsUrlClassifierDBService.cpp's "gethashNoise" & "aCount" variables as unsigned, since counts are unsigned by definition. r=gcp 2013-01-02 09:05:19 -08:00
Camilo Viecco
3e1b6f0a96 Bug 799267 - AuthCertificate Telemetry (measuring first auth, pkix and classic) r=bsmith 2013-01-02 08:14:07 -08:00
Mike Hommey
e48dae26fd Bug 822584 - Enable elfhack workaround for breakpad on b2g/gonk. r=ted 2013-01-02 10:17:32 +01:00
Mike Hommey
3fefe872b5 Bug 822584 - Run elfhack on packaged binaries instead of built binaries. r=ted 2013-01-02 10:17:32 +01:00
Nicholas Nethercote
b6939f2c42 Bug 819819 (part 2) - Remove |name| from NS_MEMORY_REPORTER_MALLOC_SIZEOF_FUN. r=jlebar.
--HG--
rename : dom/tests/mochitest/localstorage/test_localStorageQuotaPrivateBrowsing_perwindowpb.html => dom/tests/mochitest/localstorage/test_localStorageQuotaPrivateBrowsing.html
rename : toolkit/components/places/tests/browser/browser_favicon_privatebrowsing_perwindowpb.js => toolkit/components/places/tests/browser/browser_favicon_privatebrowsing.js
extra : rebase_source : 557cc60522970ce7eea3b006d357284d9b4694c4
2012-12-23 16:59:51 -08:00
Nicholas Nethercote
8c10beeaf1 Bug 824885 - Fix -Wdeprecated-writable-strings warnings in xremote code. r=karlt. 2012-12-26 21:57:57 -08:00
Gavin Sharp
48a3a12ac9 Bug 762705 - Download dialog should use the inner URI to avoid showing a misleading URI when downloading a file from a nested URI. r=adw 2012-06-11 17:44:13 -07:00
David Keeler
7589714738 bug 821170 - expose a reshow method in PopupNotifications and use it r=jaws 2013-01-07 16:30:35 -08:00
Dão Gottwald
59a3e35a51 Bug 806282 - Let SPACE and RETURN open the popup in type="menu-button" buttons. r=enn 2013-01-08 23:27:58 +01:00
Marco Bonardo
5c77201aa0 Bug 827268 - Avoid useless onVisit work on transition filtered queries.
r=Mano
2013-01-07 18:54:38 +01:00
Ehsan Akhgari
932e995d90 Bug 827188 - Initialize the hidden private window lazily; r=bzbarsky 2013-01-06 21:16:48 -05:00
Ehsan Akhgari
896a81cd51 Backed out changeset f3a6aff3dbbc (bug 827188) because of build failures
--HG--
extra : rebase_source : 87d6ba184e23dbe83a3a0e2ae83c44c5ecdb46db
2013-01-08 12:02:55 -05:00
Ehsan Akhgari
2b3d99b089 Bug 827188 - Initialize the hidden private window lazily; r=bzbarsky
--HG--
extra : rebase_source : 42a4a4da52f0eaa57a83dc4daf0e1a47401f4411
2013-01-06 21:16:48 -05:00
Jared Wein
e16c7e4a0f Bug 809278 - Remove duplication in videocontrols.css button styles. r=dao 2013-01-08 11:38:00 -05:00
Marshall Culpepper
e99016ec6c Bug 817821: Part 2 - Update tests for new B2G download events. r=dhylands 2013-01-08 17:13:32 +01:00
Gian-Carlo Pascutto
7fac2e3be7 Bug 825891 - Remove the code for per-client randomization in the url-classifier. r=dcamp 2013-01-08 16:43:33 +01:00
Rafael Ávila de Espíndola
8352929fc9 Bug 814765 - Include late writes in the Telemetry ping. r=vladan.
--HG--
extra : rebase_source : d3863b0ef7f4f77411042c374227d9f41adda929
2013-01-08 09:04:37 -05:00
Frank Yan
63a300395c Bug 827524 - Display underlining of browser UI text links only as hover indication. r=dao ui-r=shorlander 2013-01-07 16:28:51 -08:00
Phil Ringnalda
a3a5c77746 Back out 6737ce4d3ce6:599c37ed628c (bug 785124) for b2g Arm xpcshell orange in update tests 2013-01-07 22:59:32 -08:00
David Rajchenbach-Teller
df0aa845a4 Bug 827206 - OS.File.exists for Windows should now work on directories. r=froydnj 2013-01-07 21:29:22 -05:00
Ehsan Akhgari
129c4cd7fd Bug 579517 follow-up: Remove NSPR types that crept in 2013-01-07 18:21:50 -05:00
Ehsan Akhgari
a06a4f96c3 Bug 749394 - Per-window private browsing theme changes for Windows and OS X; r=dao 2013-01-07 13:24:08 -05:00
Ed Morley
221ab1071c Backout b51c3d819364 (bug 806736) for frequent intermittent failures in test_privbrowsing_perwindowpb.html 2013-01-07 21:17:54 +00:00
Josh Matthews
7c03a8a9e7 Bug 755050 - Remove unused return value warnings from nsTestCrasher.cpp. r=ted 2012-05-14 13:38:46 +02:00
Jim Blandy
cc079f5762 Bug 819049: JS debugging protocol: replace 'nameAndParameters' request with 'parameterNames'; replace GripClient.prototype.getSignature with GripClient.prototype.getParameterNames. r=past 2012-12-14 10:26:47 -08:00
Jim Blandy
81e5414835 Bug 819049: JS debugging protocol: drop 'calleeName' and 'functionName' properties from frame and environment forms. r=past
Object grips for functions now include the function's name directly, so the
'callee' and 'function' properties of those forms already provide this
information. A prior patch in the series changed the users to consult the
grip, not these additional properties.
2012-12-14 10:26:47 -08:00
Jim Blandy
0068c8a26d Bug 819049: JS debugging protocol: use 'name', 'displayName', and 'userDisplayName' properties on function grips. r=past 2012-12-14 10:26:47 -08:00
Jim Blandy
d9f51a6ee9 Bug 819049: JS debugging protocol: provide 'name', 'displayName', and 'userDisplayName' properties on function grips. r=past 2012-12-14 10:26:47 -08:00
Michal Novotny
081205c2c0 Bug 808997 - Explicitly close all output and input streams of all active cache entries during shutdown, r=hurley 2012-12-14 18:03:01 +01:00
Ed Morley
2b5f199504 Merge mozilla-inbound to mozilla-central on a CLOSED TREE 2012-12-14 15:28:22 +00:00
Joe Walker
fa8cd6038a Merge m-c to fx-team 2012-12-13 17:42:37 +00:00
Joe Walker
1308f4ec39 Automated merge with ssh://hg.mozilla.org/integration/fx-team/ 2012-12-13 15:26:29 +00:00
Joe Walker
7daa3767fb Bug 813031 - gDevTools needs an API review [toolbox]; r=paul 2012-12-13 13:03:55 +00:00
Ed Morley
108f990d77 Bug 752243 - Disable test_service_wipeServer.js, test_service_createAccount.js, test_service_changePassword.js, test_aitc_server.js, test_aitc_client.js & test_hashcompleter.js on OS X & Linux for too many intermittent failures 2012-12-13 12:48:42 +00:00
Ed Morley
8a0306784b Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-12-12 18:56:05 +00:00
Andrew Halberstadt
6c3bd92c07 Bug 817122 - Disable failing B2G xpcshell tests, enable debugger tests, r=mdas, DONTBUILD a=NPOTB,test-only 2012-12-12 10:52:24 -05:00
David Rajchenbach-Teller
cbae369916 Bug 810543 - do_get_profile now sends the correct events. r=froydnj,khuey 2012-12-11 15:12:59 -08:00
David Rajchenbach-Teller
e08812b920 Bug 810543 - OS.File now adapts if OS.Constants.Path.profileDir is not available;r=froydnj 2012-12-11 15:12:59 -08:00
Trevor Saunders
79b6e36289 bug 820403 - remove nsISupportsArray members in nsFormFillController r=ehsan 2012-12-10 16:54:32 -05:00
Edwin Flores
2156995519 Bug 803394 - Build change for Android Gingerbread video color conversion r=khuey
--HG--
extra : rebase_source : 187a360e0bf6ee6f69cc482d43f47f5b680aa4ce
2012-12-13 11:54:28 +13:00
Aaron Klotz
dc8f6d7828 Bug 810101 - Add readahead to safebrowsing .sbstore and .cache files. r=gpascutto 2012-12-12 18:05:04 -05:00
Andrew Halberstadt
04eda3fcf0 Bug 817122 - Disable failing B2G xpcshell tests, enable debugger tests, r=mdas 2012-12-12 16:17:49 -05:00
Ehsan Akhgari
8402635611 Remove two extra instances of whenNewWindowLoaded, no bug
It's usually enough to define each function once in Javascript.
No need to keep repeating things to the compiler.  ;-)

--HG--
extra : rebase_source : ea8530874b20669c3f0e963836b263f07fb48768
2012-12-12 14:08:19 -05:00
Jared Wein
7a46f5d112 Bug 819992 - Only open the click-to-play doorhanger once per window per session. Use the red blocked plugin icon and flash the icon to bring extra attention. r=dao 2012-12-11 22:41:32 -05:00
Nathan Froyd
3dfa46b046 bug 792566 - remove nsISupportsArrays in nsFileView.cpp r=enn 2012-12-11 20:49:06 -05:00
Gregory Szorc
edbe265106 Bug 819033 - Part 0: Remove references to private xpcshell variables; r=paolo 2012-12-11 10:53:24 -08:00
James Lal
d08b4ba7c4 Bug 816957: Fix some issues in the extensions manager when sharing compartments. r=khuey 2012-12-11 13:24:15 -08:00
Nathan Froyd
18b8f5790a Bug 789975 - gather telemetry on how long memory reporters take during telemetry; r=vdjeric 2012-12-07 18:46:38 -05:00
Ed Morley
ec20fd0a1a Backout fac650c31656 & 907a846d368f (bug 819033) for xpcshell failures 2012-12-11 20:29:18 +00:00
Boris Zbarsky
8c846c3b9d Bug 819670 - Web console object inspection does not handle native getters throwing very well; r=msucan,bz 2012-12-08 11:01:41 -05:00
Rob Campbell
f85d9f6a07 merge fx-team to m-c 2012-12-04 15:17:23 -05:00
Panos Astithas
4c0118c03c Bug 816569 - Browser Debugger should freeze debuggee execution when paused; r=bz f=rcampbell 2012-12-04 10:20:54 +02:00
ojab
1f9d1efb53 Bug 817948: TelemetryStopwatch.jsm is referenced by the wrong URI in tabbox.xml 2012-12-03 22:06:54 -08:00
Ryan VanderMeulen
c039087939 Backed out changeset b4b3522a6c08 (bug 815339) due to mochitest timeouts. 2012-12-03 21:23:05 -05:00
David Rajchenbach-Teller
f334e6e292 Bug 815339 - Extract PromiseWorker from OS.File. r=froydnj 2012-12-03 20:26:16 -05:00
Monica Chew
7a67aba147 Bug 812238 - Initial import of protobuf 2.4.1. r=khuey 2012-11-30 10:33:48 -08:00
Virgil Dupras
930c7a9679 Bug 801450 - Can't import bookmarks from Safari-created HTML files. r=mak 2012-12-03 20:26:15 -05:00
Bellindira Castillo [:bellindira]
e87614f7aa Bug 790752 - Investigate more comprehensive measures of tab switching speed that includes event handler responsiveness. r=gavin 2012-11-28 22:56:56 -06:00
Benoit Girard
75d3941077 Bug 799640 - Part 3: Add shutdown labels. r=espindola 2012-11-30 12:49:47 -05:00
Benoit Girard
d27aa194f6 Bug 799640 - Part 2: Save profiles on shutdown using custom JSON encoder. r=ehsan 2012-11-30 12:49:20 -05:00
Marco Bonardo
79b7f7961e Bug 791447 - Move about:newTab data to preferences. r=gavin
Gecko 18 doesn't store anymore about: pages DOMStorage into chromeappsstore.sqlite, so any previous data would be lost on upgrade to it.
Moreover, we want to move off DOMStorage due to high startup costs.
Thus here we migrate old about:newTab chromeappsstore.sqlite data to complex prefs.
2012-12-03 20:19:17 +01:00
Rafael Ávila de Espíndola
49dda6423c Bug 817012 - Use a richer interface to talk from about:telemetry to TelemetryPing.js. r=vdjeric
--HG--
extra : rebase_source : 57f135df797ab6c24d95b1cab0e66b564255024e
2012-12-03 13:31:00 -05:00
Joe Walker
8ff3ac8629 Merge m-c to fx-team 2012-11-30 13:51:45 +00:00
Joe Walker
96993c1368 Bug 788977 - [toolbox] Land the developer tools window; r=harth,jwalker,mikeratcliffe,paul,dão 2012-11-30 08:07:59 +00:00
Brian R. Bondy
089c2c7f3a Bug 816111 - Remove appdir dependency for application update tests in xpcshell tests. r=rstrong 2012-11-29 23:26:25 -05:00
Ed Morley
e19c72f00c Backout 67e95e421678 (bug 814195) for Windows debug jsreftest failures on a CLOSED TREE 2012-11-29 11:17:11 +00:00
Thomas Zimmermann
72c6409cb0 Bug 809367 - Define ELFSIZE to 32 when building minidump_writer. r=ted
To update bionic to linaro/ics-plus-aosp we need to define ELFSIZE to 32
to make minidump_writer build.
2012-11-29 12:27:33 +01:00
Marshall Culpepper
fb3ce1f70b Bug 813778: Don't attempt to retry when a FOTA update fails to apply in B2G. r=bbondy 2012-11-29 10:47:44 -06:00
Boris Zbarsky
3b409554e5 Bug 815671 part 8. Fix charset menu code to use copy constructors for arrays. r=jlebar 2012-11-29 11:14:14 -05:00
Landry Breuil
dee2982d2e Bug 815793: use $(TAR) when appropriate. r=glandium
--exclude (added in bug #798450) is a gnu tar option
Fixes packaging on BSD platforms.
2012-11-29 14:17:54 +01:00
Stephen Pohl
36020056fe 2 of 2 - Tests for Bug 813322 - Add ability to control time interval for restart prompt to apply update. r=bbondy 2012-11-28 20:57:11 -08:00
Stephen Pohl
9cd3f0a09f 1 of 2 - Main patch for Bug 813322 - Add ability to control time interval for restart prompt to apply update. r=bbondy 2012-11-28 20:56:32 -08:00
Scott Johnson
29f9330bf3 Bug 812372: Rename DocumentViewerImpl to nsDocumentViewer for consistency. [r=ehsan] 2012-11-28 18:26:39 -06:00
Nicholas Nethercote
d88b36c83c Bug 815829 - Add MEMORY_VSIZE to telemetry. r=jlebar.
--HG--
extra : rebase_source : af1360715d77f262aeebc792c4314fe451a4b1a6
2012-11-28 14:20:50 -08:00
Andres Hernandez
17f9d699f1 Bug 814749 - Disable test_248970.js in per-window PB builds; r=ehsan
--HG--
extra : rebase_source : 8c19f0754799aea9326d7a42caac4e0511d0546b
2012-11-28 15:03:30 -06:00
Josh Matthews
67709a263c Bug 815363 - Make the autocomplete inPrivateContext getter call a real method. r=mak 2012-11-26 17:20:56 -05:00
Daniel Holbert
fec6b22ce8 Bug 815058 followup: Add FAIL_ON_WARNINGS to 2 test dirs that this bug's patch made warning-free. r=Ms2ger 2012-11-28 09:55:41 -08:00
Peter Van der Beken
f19a710259 Fix for bug 814195 (Replace Element quickstubs with new binding methods). r=bz.
--HG--
extra : rebase_source : 360b2ee1bc678265781991149185a1c1d262642e
2012-11-22 12:09:43 +01:00
Jonathan Kew
06579d3c36 bug 815512 pt 2 - explicitly set size of download item icons. r=mconley 2012-11-28 09:04:14 +00:00
Gregory Szorc
fab5ad8989 Bug 819033 - Part 0: Remove references to private xpcshell variables; r=paolo 2012-12-11 10:53:24 -08:00
Mats Palmgren
7ac8a4be68 Bug 820219 - Remove the PR_ prefix for a few PR_[U]INT32_MAX that has been added since bug 791906. r=roc 2012-12-11 16:45:50 +01:00
Shane Caraveo
b2309ece07 Bug 809694: implement support for multiple social providers in the front-end, including basic UI to switch between them. Portions of the patch by Gavin Sharp <gavin@gavinsharp.com>, r=gavin, r=markh
--HG--
extra : transplant_source : %2B3%7F%05l%3C%0A%90%B4%F6%B22%172_5%EEl%B3g
2012-12-07 20:13:27 -08:00
Nicholas Nethercote
bc6e504af4 Bug 717853 - Add a native version of DMD. r=jlebar,glandium.
--HG--
extra : rebase_source : 9b824556591abd63b42aa7ff823e9cd25976c162
2012-12-10 16:05:07 -08:00
Ehsan Akhgari
fe95d440aa Merge mozilla-central into mozilla-inbound 2012-12-10 20:39:51 -05:00
Chris Double
25b255eeab Bug 817478 - Part3: Build changes for honeycomb libomxplugin libraries on Android - r=khuey
--HG--
extra : rebase_source : c16754d95ec07e8b979ac40b47855e137ebe556f
2012-12-11 09:53:04 +13:00
Ryan VanderMeulen
81ec2f7d25 Merge the last PGO-green inbound changeset to m-c. 2012-12-10 13:56:39 -05:00
Mario Alvarado [:marioalv]
325f979118 Bug 806738 - Port browser_visituri_privatebrowsing.js to the new per-tab PB APIs; r=ehsan
DONTBUILD since this is NPOTB for global PB builds

--HG--
rename : toolkit/components/places/tests/browser/browser_visituri_privatebrowsing.js => toolkit/components/places/tests/browser/browser_visituri_privatebrowsing_perwindowpb.js
2012-12-10 00:44:33 -06:00
Ehsan Akhgari
a784f1f671 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-12-09 13:17:02 -05:00
Mike Hommey
bbe443e91b Backout changeset 3bb2d53dde34 now that bug 818903 is figured out 2012-12-09 09:33:34 +01:00
Alan Huang
ea33c98eda Bug 815963 - Use a more specific pattern to make ../../dist/bin to ../../dist. r=dhylands
Otherwise, it causes the build break when B2G root path contains bin/.
2012-12-07 13:59:34 +08:00
Rafael Ávila de Espíndola
7c62959b15 Bug 818147 - Replace "Add-ons" with a function.
Query replace missed this one. r=bustage.
2012-12-07 01:50:51 -05:00
Rafael Ávila de Espíndola
efd3eb763b Bug 818565 - Replace test-ping with a function. r=vladan. 2012-12-07 01:06:33 -05:00
Rafael Ávila de Espíndola
5e02012d67 Bug 818147 - Replace "Add-ons" with a function. r=vladan. 2012-12-07 00:45:33 -05:00
Rafael Ávila de Espíndola
f2edc037bf Bug 818126 - Replace test-enable-load-save-notifications with a function. r=vladan. 2012-12-07 00:38:20 -05:00
Rafael Ávila de Espíndola
9eb559086a Bug 818549 - Replace test-gather-startup with a function. r=vladan.
--HG--
extra : rebase_source : b4671364c707f9a3e5cfbe2b65da636e9f5fc3ea
2012-12-07 00:28:13 -05:00
Mark Hammond
a9b0c5da84 Bug 788368 - Port messages will no longer be dropped if port is closed before other side connects. r=felipe 2012-12-11 11:34:09 +11:00
Robert Strong
9188a12b30 Bug 817723 - Only build the stub installer when building x86 and the update channel equals nightly, aurora, beta, and release. r=khuey 2012-12-10 16:23:09 -08:00
Jonathan Griffin
bd6194cab7 Bug 800138 - Open a dummy socket before Marionette starts listening, r=past 2012-12-07 10:48:18 -08:00
Paolo Amadini
d4c7ea7a57 Bug 789932 - Add a component to save files asynchronously on a background thread, handling temporary download locations. r=biesi 2012-12-10 21:06:37 +01:00
Paolo Amadini
ccbb0535e1 Bug 778699 - Remove calls to addVisit from the "unit" folder. r=mak 2012-12-08 20:51:56 +01:00
Paolo Amadini
f0a6927669 Bug 778694 - Remove calls to addVisit from the "queries" folder. r=mak 2012-12-08 20:51:12 +01:00
Paolo Amadini
6dd5b37c82 Bug 776872 - Remove calls to addVisit from the "bookmarks" folder. r=mak 2012-12-08 20:51:09 +01:00
Paolo Amadini
cb16c5c3db Bug 776863 - Remove calls to addVisit from the "autocomplete" folder. r=mak 2012-12-08 20:51:07 +01:00
Paolo Amadini
ba40458f8d Bug 776855 - Remove calls to addVisit from the "favicons" folder. r=mak 2012-12-08 20:51:04 +01:00
Paolo Amadini
9f10a0ffef Bug 776465 - Remove calls to addVisit from the "expiration" folder. r=mak 2012-12-08 20:51:01 +01:00
Paolo Amadini
da733b140e Bug 775580 - Remove calls to addVisit from test_sorting.js. r=mak 2012-12-08 20:50:59 +01:00
Paolo Amadini
bc7be41455 Bug 740468 - Replace old synchronous favicons calls in the bookmarks export service. r=mak 2012-12-08 20:50:56 +01:00
Paolo Amadini
ecf49e6b46 Bug 763295 - Port the bookmarks export service to JavaScript. r=mak 2012-12-08 20:50:54 +01:00