Commit Graph

17003 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
66a064a8b2 merge fx-team to mozilla-central 2013-09-11 13:37:24 +02:00
Mark Hammond
6338e2859d Bug 899908 - remove ability for a social worker to reload and reconnect ports. r=mixedpuppy 2013-09-11 16:10:34 +10:00
Wes Kocher
cc1eca427c Backed out changesets 28df44ca24f3, 6a5406d79364 (bug 906134) for m-bc bustage 2013-09-10 22:41:24 -07:00
Mark Hammond
b2a965f34a Bug 910563 - gracefully handle the thumbnail process crashing. r=adw 2013-09-11 13:22:57 +10:00
Tim Taubert
091a950e0d Backed out changeset 4c2ec5c33ea9 (bug 911146) 2013-09-11 04:53:01 +02:00
Felipe Gomes
2f750ee588 Bug 906134 - Implement tests for the DownloadImport module. r=paolo 2013-09-10 23:34:03 -03:00
Felipe Gomes
1ec9ce8866 Bug 906134 - Fix downloads' startTime serialization. r=paolo 2013-09-10 23:33:59 -03:00
Tim Taubert
b25e6688fd Bug 911146 - Add nsIAppStartup attribute to tell whether the app was restarted; r=bsmedberg 2013-09-11 03:40:45 +02:00
Alexandre Poirot
9f7be1b4cc Bug 911785 - Implement a webapps actor front to ease app install r=paul 2013-09-10 13:24:00 +02:00
Paul Rouget
a9745c5c06 Bug 914110 - Land Simulator.jsm r=khuey 2013-09-10 03:44:00 +02:00
Ryan VanderMeulen
ae34ed792a Merge m-c to inbound on a CLOSED TREE. 2013-09-10 16:43:06 -04:00
Ryan VanderMeulen
740c0d8eba Merge fx-team to m-c. 2013-09-10 16:39:33 -04:00
Ryan VanderMeulen
c78b1eb09c Merge b2g-inbound to m-c. 2013-09-10 16:35:34 -04:00
Alexandre Poirot
e202d2dc3e Bug 893848 - Manifest properties aren't updated when installing apps multiple times. r=fabrice 2013-09-10 12:52:56 -04:00
Alexandre Poirot
63916663dd Bug 832000 - Use unix domain socket file for devtools remote connection. r=jimb, r=vingtetun 2013-09-10 12:52:33 -04:00
Brian R. Bondy
bfbe5083b6 Bug 882142 - _postUpdateProcessing is not run after updates from Metro when Metro updates are disabled. r=rstrong
These updates can still be applied when the user manually clicks on check for update from
within Metro.  When _postUpdateProcessing is not called, then the last status in the update history XML
is not updated to succeeded.  This causes the Metro browser to show a "Restart to Update" button
because the last update's status is still applied.
2013-09-10 10:24:57 -04:00
Brian R. Bondy
c0c7ce39ad Bug 882142 - Add an interface attribute to determine if the app is restarting. r=jimm 2013-09-10 10:24:56 -04:00
Carsten "Tomcat" Book
70740809ce merge fx-team to mozilla-central 2013-09-10 10:27:04 +02:00
Phil Ringnalda
470bdb912d Bug 910563 backout followup, remove the other removed file from the makefile 2013-09-09 22:35:42 -07:00
Mark Hammond
9ccbb7068d Backout b8a5df436404 (Bug 910563) for b-c failures 2013-09-10 14:14:37 +10:00
Drew Willcoxon
d9d665c074 Bug 912763 - Disable background thumbnails on Beta. r=markh 2013-09-09 19:58:57 -07:00
Mark Hammond
3839496fee Bug 910563 - gracefully handle the thumbnail process crashing. r=adw 2013-09-10 12:16:26 +10:00
ISHIKAWA, Chiaki
0a86c11e99 Bug 914066 - Function declaration needs to be at the top-level. r=bsmedberg 2013-09-10 13:12:54 -04:00
Ed Morley
31b9a0172c Merge mozilla-central and fx-team 2013-09-10 15:23:59 +01:00
Paolo Amadini
06f8de2b7d Bug 908240 - Fix rounding bug in the test by adding a one second margin. 2013-09-10 12:54:48 +02:00
Paolo Amadini
73a63009ca Bug 908240 - Legacy downloads not executed by nsIHelperAppLauncher should be added to history. r=enn 2013-09-10 12:45:49 +02:00
Paolo Amadini
f8f2853270 Bug 909022 - Mark all executables as coming from the Internet zone on Windows. r=enn 2013-09-10 12:40:39 +02:00
Andrew McCreight
bda98e0037 Bug 911829 - Separate main thread and worker cycle collector telemetry. r=smaug 2013-09-10 08:29:45 -07:00
Mark Hammond
907f1d969e Bug 913950 - close all existing ports on worker termination. r=mixedpuppy 2013-09-10 10:31:15 +10:00
Wes Kocher
941275c166 Backed out changeset 7d73a40c6ee9 (bug 909022) 2013-09-09 16:28:16 -07:00
Wes Kocher
73a3374dc8 Backed out changeset 493dd25e60c2 (bug 908240) 2013-09-09 16:27:49 -07:00
Nick Fitzgerald
1cadbb99cd Bug 906249 - Refactor ThreadActor.prototype.onResume into a bunch of helpers so it isn't hundreds of lines long; r=jimb 2013-09-09 14:55:19 -07:00
Ryan VanderMeulen
8b92ad1ff5 Merge fx-team to m-c. 2013-09-09 16:30:03 -04:00
Ed Morley
5eb2bdb5c4 Backed out changeset 5c9f3fb14995 (bug 910517) for Android talos failures
--HG--
rename : content/canvas/src/WebGLMemoryReporterWrapper.h => content/canvas/src/WebGLMemoryMultiReporterWrapper.h
2013-09-09 16:07:48 +01:00
Chris Kitching
75cc5662cd Bug 794981 - Part 7: Storing a void* for mThread instead of a pthread_t is both nonportable and dangerous. r=kats 2013-09-09 08:57:37 -04:00
Chris Kitching
b1a7881e9c Bug 794981 - Part 4: Consistently pass nsAString into the JNI methods, instead of the veritable smorgasbord of string types previously used. r=kats 2013-09-09 08:57:36 -04:00
Carsten "Tomcat" Book
cbcf9293ca merge mozilla-central to mozilla-inbound 2013-09-10 10:35:46 +02:00
Ehsan Akhgari
63120f149f Bug 913851 - Minimize the #includes in js/xpconnect; r=bholley
X-Git-Commit-ID: 78e6843063b303780a7dd2695dd2824a0a9c9a3c

--HG--
extra : rebase_source : 1dfcc228f43c68efbbc74f639570c227c26ef025
2013-09-09 23:14:10 +02:00
Dan Gohman
8b7074b6dc Bug 910823 - Constify static js::Class/JSClass instances. r=waldo 2013-09-11 05:49:05 -07:00
Carsten "Tomcat" Book
c2f4c549e5 merge mozilla-central to mozilla-inbound 2013-09-11 13:50:28 +02:00
Mike Hommey
ae0966be15 Bug 917622 - Use INSTALL_TARGETS for mochitests. r=gps 2013-09-19 07:39:58 +09:00
Mike Hommey
24f60addf6 Bug 915928 - Remove toolkit/Makefile.in. r=khuey 2013-09-19 07:39:14 +09:00
Nick Fitzgerald
94742fc072 Bug 907278 - only attach breakpoints to offsets that are entry points to their line; r=past 2013-09-09 10:06:08 -07:00
Paolo Amadini
f1ba8b4ea1 Bug 908240 - Legacy downloads not executed by nsIHelperAppLauncher should be added to history. r=enn 2013-09-09 15:45:29 +02:00
Paolo Amadini
27b81adabe Bug 909022 - Mark all executables as coming from the Internet zone on Windows. r=enn 2013-09-09 15:45:29 +02:00
Paul Rouget
bad0911428 Bug 897960 - walker should support mozbrowser iframes. Patch E. r=dcamp 2013-09-09 00:24:00 +02:00
Paul Rouget
040fcbd493 Bug 897960 - walker should support mozbrowser iframes. Patch D. r=dcamp 2013-09-08 11:01:00 +02:00
Paul Rouget
426b64d3e9 Bug 897960 - walker should support mozbrowser iframes. Patch A. r=dcamp 2013-09-08 10:58:00 +02:00
Mark Hammond
b3b9219260 Bug 875986, part 4 - check no thumbnail file before capture. r=adw 2013-09-09 14:36:38 +10:00
Mark Hammond
f216d34152 Bug 875986, part 3 - remove thumbnail file after capture. r=adw 2013-09-09 14:34:15 +10:00
Blair McBride
8d3888f29d Merge backout, a=bustage fix 2013-09-09 12:46:17 +12:00
Blair McBride
8aaa8abb80 Backout 86b5d8778fc4,fab07b9d6dee,89a059433037,bbb54cde82c3 (bug 897960) due to orange 2013-09-09 12:45:31 +12:00
Mark Hammond
a1428b7755 Bug 875986, part 2 - additional test that no cookies are stored by pages captured in the background. r=adw 2013-09-09 10:25:13 +10:00
Mark Hammond
58298b74ee Bug 875986, part 1 - use custom docShell flags instead of private-browsing for b/g thumbnails. r=adw 2013-09-09 10:25:13 +10:00
Mark Hammond
37b825ad0d Bug 906713 - reset default capture timeout earlier to prevent oranges. r=adw 2013-09-09 10:16:21 +10:00
Paul Rouget
ab62b37e1d Bug 897960 - walker should support mozbrowser iframes. r=dcamp 2013-09-08 11:01:00 +02:00
Paul Rouget
ad54223ef2 Bug 897960 - walker should support mozbrowser iframes. r=dcamp 2013-09-08 10:58:00 +02:00
Phil Ringnalda
7b4ec0d8d5 Merge b2g-inbound to m-c 2013-09-08 08:28:14 -07:00
Phil Ringnalda
1dffe9f769 Merge fx-team to m-c 2013-09-08 08:26:23 -07:00
Fabrice Desré
9d38f640c4 Bug 912898 - B2G: Don't kill adb (or lock the screen) if a debugger client is connected r=past 2013-09-07 16:28:51 -07:00
Paul Rouget
f107217df7 Bug 912915 - Implement a simple generic highlighter. r=jwalker 2013-09-07 11:39:50 +02:00
Ryan VanderMeulen
b244547589 Merge inbound to m-c. 2013-09-06 20:55:41 -04:00
Ryan VanderMeulen
ad4ed2d45b Merge m-c to b2g-inbound. 2013-09-06 18:01:09 -04:00
Ryan VanderMeulen
d89885e3e2 Merge m-c to inbound. 2013-09-06 18:00:23 -04:00
Ryan VanderMeulen
358e0be5a1 Merge inbound to m-c. 2013-09-06 16:41:07 -04:00
Shane Caraveo
668a8f74a1 bug 891219 new social bookmarks, part 2, new implementation, r=markh 2013-09-06 10:56:01 -07:00
Shane Caraveo
cd4e6438ae bug 891219 new social bookmarks, part 1, remove old socialmarks code 2013-09-06 10:55:43 -07:00
Brandon Benvie
772c363968 Bug 913115 - Make Task.jsm support ES6 generators. r=paolo 2013-09-06 09:36:55 -07:00
Robert Strong
30b7b39029 Use update-staged notification and only copy files that are necessary - Fix for Bug 909489 - Intermittent test_0202_app_launch_apply_update_dirlocked.js | Test timed out | test failed (with xpcshell return code: 1). r=bbondy 2013-09-06 08:58:57 -07:00
Bobby Holley
686a940c6e Bug 912322 - Fix tests. r=bz
The crashtest changes are untested (aside from the fact that they don't crash).
2013-09-06 09:12:56 -07:00
Ed Morley
b8995a71d5 Merge mozilla-central and inbound 2013-09-06 16:23:50 +01:00
Ed Morley
f49790f43b Merge latest green fx-team changeset and mozilla-central 2013-09-06 16:19:32 +01:00
Neil Deakin
617058640a Bug 875616, disable titlebar paneltop test on Linux due to unreliable window positioning timing 2013-09-06 09:47:39 -04:00
Mark Hammond
2697778557 Bug 903299 - don't log errors if the prompter declines to show a modal prompt. r=adw 2013-09-06 16:37:25 +10:00
Nick Fitzgerald
11a9610a7e Bug 908337 - add getFrameLocation(frame) function and use it wherever we get frame locations in the debugger server; r=jimb 2013-09-05 16:51:23 -07:00
Nick Fitzgerald
37485ea5a5 Bug 878307 - When stepping through source mapped code, we should continue stepping until we are at a new location in the original source; r=jimb 2013-09-05 16:32:27 -07:00
Mark Finkle
ce49747a63 Bug 880118 - Add support for disabling geckoview packaging r=glandium 2013-09-05 00:26:26 -04:00
Raymond Lee
0c24e350ed Bug 912876 - Remove the downloads file in common_test_Download.js for test_platform_integration(). r=paolo 2013-09-05 21:30:27 +08:00
Ryan VanderMeulen
11114dd009 Merge m-c to fx-team. 2013-09-05 15:52:59 -04:00
Ryan VanderMeulen
08c7624d01 Merge inbound to m-c. 2013-09-05 15:42:49 -04:00
Ryan VanderMeulen
38cb989c70 Merge fx-team to m-c. 2013-09-05 15:37:00 -04:00
Robert Strong
49a1f6823d Make test_0202_app_launch_apply_update_dirlocked.js as similar as possible to test_0202_app_launch_apply_update_dirlocked_svc.js - Bug 909489 - Intermittent test_0202_app_launch_apply_update_dirlocked.js | Test timed out | test failed (with xpcshell return code: 1). r=bbondy 2013-09-05 12:19:33 -07:00
Robert Strong
a7eba84516 Move symlinkUpdateFilesIntoBundleDirectory to head_update.js.in - Bug 879612 - Move app update common xpcshell test code into head_update.js.in. r=bbondy 2013-09-05 12:19:22 -07:00
Ed Morley
3dfc516118 Merge mozilla-central and b2g-inbound 2013-09-05 14:53:25 +01:00
Paul Rouget
2f4a308c98 Bug 913045 - getWallpaper doesn't work. r=ochameau 2013-09-05 08:43:00 +02:00
Phil Ringnalda
ad36ee41a9 Back out 4537337759b7 (bug 910517) because nobody expects the talos inquisition
--HG--
rename : content/canvas/src/WebGLMemoryReporterWrapper.h => content/canvas/src/WebGLMemoryMultiReporterWrapper.h
2013-09-04 22:42:06 -07:00
Askeing Yen
602005222c Bug 891766 - Add gecko's git commit info in B2G build. r=gps 2013-09-05 11:31:31 +08:00
Wes Kocher
6adaca6598 Merge fx-team to m-c on a CLOSED TREE 2013-09-04 17:02:06 -07:00
Ryan VanderMeulen
f3c18c6823 Bug 902248 - Disable test_nsINavHistoryViewer.js on all platforms due to intermittent timeouts. 2013-09-04 13:37:25 -04:00
Phil Ringnalda
82a82c7965 Back out e46601eb7279:533dc9ea3301 (bug 912322) for Android reftest bustage 2013-09-04 21:49:16 -07:00
Mark Finkle
19777831a9 Bug 880118 - Add support for disabling geckoview packaging r=glandium 2013-09-05 00:26:26 -04:00
Alexandre Poirot
212aefd61c Bug 908205 - Allows to install an app via the webapp actor without having to push file with adb. r=past 2013-09-05 06:35:00 +02:00
Nick Fitzgerald
2d714c054b Bug 889530 - Don't permanently cache source maps; r=vporof 2013-09-05 09:50:10 -07:00
Nick Fitzgerald
4dc797539c Bug 912699 - improve load source error messages; r=past 2013-09-05 09:43:09 -07:00
Ed Morley
283de2b1c8 Merge mozilla-central and fx-team 2013-09-05 14:54:06 +01:00
Paul Rouget
3ad8b0ec46 Bug 912447 - [app manager] land the app manager front end. r=poirot.alex r=mratcliffe 2013-09-05 15:15:37 +02:00
Nicholas Nethercote
9d1d4e73b0 Bug 910517 (3rd attempt) - Remove nsIMemoryReporter, and rename nsIMemoryMultiReporter as nsIMemoryReporter. r=mmcr8.
--HG--
rename : content/canvas/src/WebGLMemoryMultiReporterWrapper.h => content/canvas/src/WebGLMemoryReporterWrapper.h
extra : rebase_source : 2b2a1b2667d6562fcf803ec48b4a8c10fdd519a3
2013-08-27 16:24:51 -07:00
Nicholas Nethercote
85d3324d5e Bug 910517 - Remove nsIMemoryReporter, and rename nsIMemoryMultiReporter as nsIMemoryReporter. r=mmcr8.
--HG--
rename : content/canvas/src/WebGLMemoryMultiReporterWrapper.h => content/canvas/src/WebGLMemoryReporterWrapper.h
extra : rebase_source : 76bf96ce8d6e16c8573584d9e8e70c80371f66eb
2013-08-27 16:24:51 -07:00
Tom Schuster
2f28506505 Bug 913280 - Electrolysis: Refactor RemoteWebProgress to use a Manager that owns the toplevel and all the sublevel WebProgress objects. r=felipe 2013-09-06 13:10:11 -04:00
Marco Castelluccio
954c460712 Bug 912164 - Timestamp property is no longer set for app.launch(). r=fabrice 2013-09-06 14:18:21 -04:00
Neil Deakin
8b8cf4e5fc Bug 908256, stop downloads when suspending or going offline, r=paolo 2013-09-17 09:23:22 -04:00
Cameron McCormack
4b94ea36d5 Bug 910300 - Silence "reference to undefined property options.bytes" warning. r=dteller 2013-09-17 17:53:29 +10:00
Carsten "Tomcat" Book
4b4afba78d Merge m-c to mozilla-inbound 2013-09-18 12:42:44 +02:00
Florian Quèze
a4431b8552 Bug 916162 - The location of JS errors caused by frameworker message handlers isn't reported, r=markh. 2013-09-18 07:12:38 +02:00
Nicholas Nethercote
05199b762c Bug 917646 - Unbreak reading of old memory report files. r=khuey. 2013-09-17 21:55:12 -07:00
Nicholas Nethercote
fd1aee9ef7 Bug 904321 - Add a test for memory reporters in remote processes. r=billm.
--HG--
extra : rebase_source : bc8ab4762c373f7368192e98c9ee8f8b8712940f
2013-09-17 13:13:38 -07:00
Gijs Kruitbosch
eb7352abc3 Merge mozilla-central and ux 2013-09-10 16:46:22 +02:00
Gijs Kruitbosch
ba3c07c027 Merge mozilla-central and ux-central 2013-09-09 17:00:49 +02:00
Gijs Kruitbosch
d954eba7ae Merge mozilla-central and ux 2013-09-08 14:26:44 +02:00
Matthew Noorenberghe
1f8ae35067 Merge mozilla-central to UX 2013-09-06 17:54:20 -07:00
Gijs Kruitbosch
5196ec76f2 Merge mozilla-central and ux 2013-09-06 18:44:23 +02:00
Matthew Noorenberghe
f71b64045e Merge mozilla-central to UX 2013-09-06 00:10:05 -07:00
Mike Conley
717a6d0cec Automated merge with https://hg.mozilla.org/mozilla-central 2013-09-05 09:59:00 -04:00
Matthew Noorenberghe
a0cabb6051 Merge mozilla-central to UX 2013-09-04 23:31:53 -07:00
Matthew Noorenberghe
9035a2071b Merge mozilla-central to UX 2013-09-03 23:17:06 -07:00
Ryan VanderMeulen
ec74045b5e Merge inbound to m-c. 2013-09-03 17:40:56 -04:00
Ryan VanderMeulen
1ed80d3d7e Bug 902248 - Disable test_nsINavHistoryViewer.js on OSX. 2013-09-03 15:26:56 -04:00
Matthew Noorenberghe
54018375ae Merge mozilla-central to UX 2013-09-02 16:49:09 -07:00
Matthew Noorenberghe
8a8f2a6778 Merge mozilla-central to UX 2013-08-30 22:20:31 -07:00
Robert Strong
1c69ff0bc6 Test only - disable test_0202_app_launch_apply_update_dirlocked.js on WinXP until I figure out what's going on with Bug 909489 - Intermittent test_0202_app_launch_apply_update_dirlocked.js | Test timed out | test failed (with xpcshell return code: 1). r=bbondy 2013-08-30 22:11:45 -07:00
Ryan VanderMeulen
5fd596509a Merge fx-team to m-c. 2013-08-30 21:00:08 -04:00
Robert Strong
5615df38c4 Test only - additional logging and some cleanup for Bug 909489 - Intermittent test_0202_app_launch_apply_update_dirlocked.js | Test timed out | test failed (with xpcshell return code: 1). r=bbondy 2013-08-30 15:19:37 -07:00
Marco Castelluccio
59e7b21c31 Bug 910885 - Improve FileUtils.getDir(..., ..., true) performance. r=Yoric 2013-08-30 16:14:53 -04:00
Shane Caraveo
17d2b6a41e bug 906212 fix socialapi ui startup regressions, r=markh 2013-08-30 11:11:20 -07:00
Ryan VanderMeulen
75bf650b68 Merge m-c to fx-team. 2013-08-30 13:41:29 -04:00
Mike de Boer
6d805dd6c8 Bug 900865: Make about:home call nsISearchEngine.getSubmission for all searches. r=gavin 2013-08-30 18:20:22 +02:00
Eddy Bruel
b9ddf0e64c Bug 906963 - Add a flag to pauseOnExceptions to optionally ignore caught exceptions. 2013-08-30 10:55:41 +02:00
Gijs Kruitbosch
e27ae39c3e Merge mozilla-central and ux 2013-08-29 23:55:09 +02:00
Ryan VanderMeulen
bfaf261751 Merge b2g-inbound to m-c. 2013-08-29 15:55:53 -04:00
Ryan VanderMeulen
12e1ab669d Backed out changeset 41729438f597 (bug 900865) for Windows mochitest-bc crashes. 2013-08-29 15:48:29 -04:00
Neil Deakin
575e09fde9 Bug 896142, Entries appearing twice in form-fill autocomplete menus, r=mhammond 2013-09-03 13:24:25 -04:00
Neil Deakin
7ac996894c Bug 853901 - Add platform-specific completion operations for downloads. r=paolo 2013-09-03 13:23:37 -04:00
Raymond Lee
1cfde0c1f4 Bug 627487 - Bookmark JSON backup should contain new-style GUIDs. r=mano 2013-09-03 11:56:25 +08:00
Ed Morley
7802c96ecf Merge mozilla-central and inbound 2013-09-03 12:15:19 +01:00
Ed Morley
b944a07fa2 Merge latest green fx-team changeset and mozilla-central 2013-09-03 12:13:40 +01:00
Chris Double
875f6fd955 Bug 888786 - Part 3: Remove Sony ICS device OMX workarounds in toolkit - r=khuey 2013-09-03 14:36:20 +12:00
Chris Double
02ba54ca86 Bug 812680 - Part 3: Remove HTC One X workarounds in toolkit - r=khuey 2013-09-03 14:35:10 +12:00
Nick Fitzgerald
236796514f Bug 908913 - integrate escodegen with devtools; r=robcee,gps,dcamp 2013-09-01 15:46:16 -07:00
Mike de Boer
fd0f53cf2f Bug 900865: Make about:home call nsISearchEngine.getSubmission for all searches. r=gavin 2013-08-28 13:36:48 +02:00
Gijs Kruitbosch
9ffae9f766 Merge mozilla-central and ux 2013-08-29 15:30:00 +02:00
Ryan VanderMeulen
89bb1cc5bf Merge inbound to m-c. 2013-08-29 00:00:10 -04:00
Mark Hammond
9af2b07de3 Bug 891218 (part 4) - Fix worker reload tests. r=felipe
Fix reload test to wait for pending messages
2013-08-29 09:45:59 +10:00
Mark Hammond
560ea4b43b Bug 891218 (part 3) - avoid using a DOM document in social.cookies-get message. r=mixedpuppy 2013-08-29 09:45:58 +10:00
Mark Hammond
01480ef2ad Bug 891218 (part 2) - host the social Frameworker in a remote browser. r=felipe
--HG--
rename : toolkit/components/social/FrameWorker.jsm => toolkit/components/social/FrameWorkerContent.js
2013-08-29 09:45:58 +10:00
Mark Hammond
6e5c444204 Bug 891218 (part 1) - avoid using a DOM document in updateProvider - r=mixedpuppy 2013-08-29 09:45:58 +10:00
Robert Strong
b62edcf920 Test only - additional logging for Bug 909489 - Intermittent test_0202_app_launch_apply_update_dirlocked.js | Test timed out | test failed (with xpcshell return code: 1). r=bbondy 2013-08-28 15:42:43 -07:00
Ryan VanderMeulen
36f07cefce Backed out changeset a7a66112a560 (bug 900865) for mochitest-bc crashes. 2013-08-28 16:50:53 -04:00
Gijs Kruitbosch
17fded927d Merge m-c to UX. 2013-08-28 22:31:31 +02:00
Ed Morley
e65382d946 Merge latest green fx-team changeset and mozilla-central 2013-08-28 16:20:35 +01:00
Ed Morley
455a738589 Merge latest green inbound changeset and mozilla-central 2013-08-28 16:18:51 +01:00
Mike de Boer
1ba5de0bdb Bug 900865 - Make about:home call nsISearchEngine.getSubmission for all searches. r=gavin 2013-08-28 13:36:48 +02:00
Tim Abraldes
5b2bcbc265 Backing out changeset 46df1731dffc (bug 885615) for causing mochitest-other orange on a CLOSED TREE 2013-08-28 12:15:33 -07:00
Tim Abraldes
3198126b2d bug 885615. Ensure that exn.stack exists. r=mossop 2013-08-28 10:27:32 -07:00
Tim Abraldes
bf1450a127 bug 904230. Make nsIWinMetroUtils available as Services.metro. r=mbrubeck for the metro piece. r=rnewman for the sync piece. r=dolske for the toolkit piece. 2013-08-28 10:27:32 -07:00
Ed Morley
abde542234 Merge mozilla-central and fx-team 2013-08-28 12:23:55 +01:00
Ed Morley
206c371633 Merge latest green fx-team changeset and mozilla-central 2013-08-28 12:22:35 +01:00
Florian Quèze
87b7f40357 Bug 874566 - Chat boxes should be opened in the currently active window (Linux/Mac), r=markh. 2013-08-28 11:49:48 +02:00
Brandon Benvie
d541457dea Bug 909782 - TabLists inheriting from BrowserTabList need to be updated to change "iterator" to "getList". r=mbrubeck, r=mleibovic 2013-08-28 10:57:59 +02:00
Boris Zbarsky
a6ce34f2cf Back out revisions 042d50591265:69f4af72765c (bug 909645) due to Windows bustage causing a CLOSED TREE. 2013-08-28 01:46:00 -04:00
Boris Zbarsky
d7e2aadfa7 Bug 909645 part 2. Don't include ipdl headers in Hal.h. r=ms2ger 2013-08-28 00:14:57 -04:00
Marco Castelluccio
352c0c09f8 Bug 909465 - createAppProfile is the same between platforms. r=tabraldes 2013-08-27 23:41:50 -04:00
Felipe Gomes
1a66852d13 Bug 897060 - Follow up, add missing license headers. r=me DONTBUILD 2013-08-27 22:09:44 -03:00
Ryan VanderMeulen
315255b833 Merge m-c to fx-team. 2013-08-27 20:38:23 -04:00
Ryan VanderMeulen
397abbe4d7 Merge inbound to m-c. 2013-08-27 20:36:23 -04:00
Fabrice Desré
451d5f91ac Bug 864932 - Rewrite wifi workers in c++ r=mrbkap 2013-08-27 13:54:51 -07:00
Nicholas Nethercote
3f5d413d90 Bug 909597 (part 2) - Rename jsdbgapi.{h,cpp} as {js,vm}OldDebugAPI.{h,cpp}. r=luke.
--HG--
rename : js/src/jsdbgapi.h => js/public/OldDebugAPI.h
rename : js/src/jsdbgapi.cpp => js/src/vm/OldDebugAPI.cpp
extra : rebase_source : 9cd65a698e726c43d88d650f40823367bf98feae
2013-08-26 19:05:20 -07:00
Gijs Kruitbosch
c18fceb6c7 Merge m-c to UX. 2013-08-28 09:48:19 +02:00
Gijs Kruitbosch
bbfc8ada45 Merge m-c to UX 2013-08-27 17:09:40 +02:00
Gijs Kruitbosch
39b78f93c6 Merge m-c to UX 2013-08-27 11:23:22 +02:00
Ryan VanderMeulen
9fa9f53229 Merge inbound to m-c. 2013-08-26 20:19:26 -04:00
Gijs Kruitbosch
4896af5c23 Merge m-c to UX 2013-08-26 19:05:49 +02:00
Ryan VanderMeulen
67ea288979 Merge inbound to m-c. 2013-08-26 09:15:57 -04:00
Felipe Gomes
b0494451ec Merge fx-team to m-c 2013-08-26 02:41:47 -03:00
Felipe Gomes
e36a075b54 Bug 897060 - Display select dropdowns in the parent process. r=enndeakin
Original patch by roc.
2013-08-25 22:34:23 -03:00
Shane Caraveo
cc3d72f7c4 bug 847124, bug 886300 intermittent blocklist failures 2013-08-27 09:18:35 -07:00
Ed Morley
782926f363 Merge mozilla-central and fx-team 2013-08-27 15:20:11 +01:00
Mike Conley
751fb8a235 Automated merge with https://hg.mozilla.org/mozilla-central 2013-08-25 11:38:45 -04:00
Phil Ringnalda
00826fc34a Merge m-i to m-c 2013-08-25 08:20:24 -07:00
Seth Fowler
804f3ec74f Bug 870090 (Followup) - Remove the EasyEXIF license from about:license. Reverts 406a05a909d3. r=me 2013-08-25 00:19:42 -07:00
Phil Ringnalda
d9907eb8f3 Back out 353f5b3c81c7:62a1a184b2c3 (Bug 869723 and Bug 870090) for not actually building
CLOSED TREE
2013-08-24 19:13:21 -07:00
Seth Fowler
a6069b13db Bug 870090 (Followup) - Remove the EasyEXIF license from about:license. Reverts 406a05a909d3. r=me 2013-08-24 17:31:14 -07:00
Mike Conley
b09e5aef4c Automated merge with https://hg.mozilla.org/mozilla-central 2013-08-24 15:03:12 -04:00
Drew Willcoxon
9692eb8351 Bug 901294 - Prevent the background thumbnail service from triggering downloads. r=markh 2013-08-24 01:10:52 -07:00
Ryan VanderMeulen
638d081a27 Merge m-c to fx-team. 2013-08-29 16:44:20 -04:00
David Rajchenbach-Teller
970581140d Bug 896545 - Telemetry on TabStateCache hit/miss. r=ttaubert 2013-08-29 16:08:06 -04:00
Ms2ger
944d17423c Revert this CLOSED TREE to changeset 4d3e221584a0. 2013-08-24 13:31:48 +02:00
Ms2ger
6f8e4fc6e1 Backed out changeset e5c1679a3856 (bug 906276) on a CLOSED TREE 2013-08-24 10:44:00 +02:00
Drew Willcoxon
ce93895c87 Bug 901294 - Prevent the background thumbnail service from triggering downloads. r=markh 2013-08-24 01:10:52 -07:00
Drew Willcoxon
a9b8081421 Bug 906276 - Add attribute to nsIDocShell to disable content retargeting. r=jlebar, sr=biesinger 2013-08-24 01:10:50 -07:00
Gabriel Luong
1750b21f8a Bug 895616 - get{Original/Generated}Location should take object/keyword arguments instead of positional arguments; r=fitzgen 2013-08-23 22:41:28 -07:00
Justin Dolske
9e89664f18 Bug 355063 - Password manager does not work on script-generated forms, should use new DOMFormHasPassword event instead. r=mattn,jwilde,margaret 2013-08-23 20:28:11 -07:00
Boris Zbarsky
f9dfbe132d Bug 908576 part 7. Move the various DOMProxyHandler classes into the binding implementation files. r=smaug 2013-08-23 22:42:42 -04:00
Boris Zbarsky
12e653e224 Bug 908530 part 1. Make Link::GetURI return a raw pointer so we don't have to include nsIURI.h in Link.h. r=khuey 2013-08-23 22:42:39 -04:00
Drew Willcoxon
d838a5710b Bug 908060 - Choose a better size for the background thumbnail service's browser. r=markh 2013-08-23 17:38:21 -07:00
Shane Tully
9fefdb1131 Bug 880118 - Integrate the GeckoView library into the build system r=cpeterson r=glandium 2013-08-23 16:36:01 -07:00
Ms2ger
858847ebdd Merge backout. 2013-09-06 12:36:41 +02:00
Ms2ger
f98ef50d3a Backout changesets 997672af6fc8:cfcf5b7edc53 (bug 880118) for missing build peer review on changeset 9ff14d43346d. 2013-09-06 12:35:19 +02:00
Shane Tully
6574780c00 Bug 880118 - Integrate the GeckoView library into the build system r=cpeterson 2013-08-23 16:36:01 -07:00
Nicholas Nethercote
43ad5b4dcf Bug 910517 - Remove nsIMemoryReporter, and rename nsIMemoryMultiReporter as nsIMemoryReporter. r=mmcr8.
--HG--
rename : content/canvas/src/WebGLMemoryMultiReporterWrapper.h => content/canvas/src/WebGLMemoryReporterWrapper.h
extra : rebase_source : 9142be547b2eeef37a8073a710ce23070f98cf65
2013-08-27 16:24:51 -07:00
Bobby Holley
4f18e183bb Bug 912322 - Fix tests. r=bz
The crashtest changes are untested (aside from the fact that they don't crash).
2013-09-04 19:05:51 -07:00
Wes Kocher
8bba56d03f Merge m-c to inbound 2013-09-04 18:04:50 -07:00
Mike Hommey
f1cf3b4238 Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
Wes Kocher
7a767877a0 Backed out changeset 365e150efda0 (bug 910899) for multiple test failures on a CLOSED TREE 2013-09-04 16:25:23 -07:00
Benjamin Smedberg
1fb8dff6ba Bug 902075 - Add telemetry for plugin click-to-activate doorhanger UI, r=vladan 2013-09-04 16:07:54 +02:00
Georg Fritzsche
838cae9ace Bug 899080 - Test fixup part 3 - toolkit. r=bsmedberg 2013-09-04 16:07:30 +02:00
Neil Rashbrook
0e3965c57b Bug 910899 Plugin placeholder XBL anonymous elements need anonids r=jaws 2013-09-04 21:52:51 +01:00
Boris Zbarsky
94d64e0f7e Bug 911771. Remove uses of MOZ_DEBUG in .cpp files, since there is no such thing there. Use DEBUG instead. r=glandium 2013-09-04 16:43:12 -04:00
Nick Fitzgerald
d38b7f6571 Bug 882795 - source responses in the RDP should include a contentType property; r=vporof 2013-08-23 15:04:03 -07:00
Ryan VanderMeulen
9888e14228 Merge m-c to fx-team. 2013-08-23 17:53:27 -04:00
Ryan VanderMeulen
0e1d3c26c6 Merge inbound to m-c. 2013-08-23 17:49:37 -04:00
Robert Strong
22f5e009f3 Possible fix for Bug 908020 - tests 160 and 161 _appInUse take too long (top 8 duration). r=bbondy 2013-08-23 12:25:03 -07:00
Robert Strong
c84bba5606 Bug 907975 - Several telemetry histograms sent for checkForBackgroundUpdates and notify that should only be sent for notify. r=bbondy 2013-08-23 12:24:43 -07:00
Ed Morley
19e398d030 Merge mozilla-central and inbound 2013-09-20 10:55:03 +01:00
Honza Bambas
ea8ec4777e Bug 913807 - HTTP cache v2: API+top service+integration+tests, off by default, r=michal+ehsan+mark.finkle+fabrice+mhammond+gavin 2013-09-20 11:11:25 +02:00
Quentin Glidic
e236c01cc2 Bug 884708 - Port GTK2 to GTK3 - build failures r=karlt
--HG--
extra : transplant_source : %82%22%F3%3FX%EE%80%ED%AA%14%28%92R6%0Cn%85%93%C8%3C
2013-09-14 13:43:26 +02:00
Irving Reid
72a69f26e3 Bug 853388: Add telemetry measurements; r=Unfocused,vladan 2013-08-22 11:56:28 -04:00
Marco Castelluccio
74867493dd Bug 747428 - Set additional webapp metadata for use by Windows' uninstall widget. r=tabraldes 2013-08-26 15:04:50 -04:00
Marco Castelluccio
206818581b Bug 747552 - During webapp install, icon retrieval may return non-image files. r=myk 2013-08-26 15:04:33 -04:00
Ryan VanderMeulen
c584fca277 Backed out changesets 19dd0130c6ae and d986a560fbdd (bug 865387) for Android test failures on a CLOSED TREE. 2013-08-26 15:02:15 -04:00
Sankha Narayan Guria
c7a8640270 Bug 865387 - Handle the read-ahead flag operation on Linux. r=Yoric 2013-08-26 20:42:31 +05:30
Sankha Narayan Guria
70ec065ce1 Bug 865387 - Changes to |options| and |clone| in OS.File. r=Yoric 2013-08-23 19:42:30 +05:30
Ryan VanderMeulen
709f8a57a1 Backed out 4 changesets (bug 747428, bug 907324, bug 899353, bug 747552) for mochitest-other assertions.
Backed out changeset ee2bf84036fb (bug 907324)
Backed out changeset 17f932a5856d (bug 899353)
Backed out changeset b277e7b08f88 (bug 747552)
Backed out changeset 6ae3b1195542 (bug 747428)
2013-08-26 12:25:49 -04:00
David Rajchenbach-Teller
704025946e Bug 874425 - Ensure that we never return an negative duration. r=froydnj 2013-08-26 10:33:49 -04:00
David Major
03a6ac92c4 Bug 765288 - Annotate user agent locale in crash report. r=ted 2013-08-26 10:33:10 -04:00
Marco Castelluccio
6248cb3409 Bug 747552 - During webapp install, icon retrieval may return non-image files. r=myk 2013-08-26 10:31:49 -04:00
Marco Castelluccio
466734eba0 Bug 747428 - Set additional webapp metadata for use by Windows' uninstall widget. r=tabraldes 2013-08-26 10:31:28 -04:00
Ryan VanderMeulen
edc9bf6568 Merge m-c to fx-team. 2013-08-26 09:19:11 -04:00
Oprea Victor Andrei
c221b8e031 Bug 904201 - Add error message for "noSuchActor". r=bbenvie 2013-08-26 11:59:26 +02:00
Nicholas Hurley
36640d6eef Bug 881804 (part 6) - Plumb browser UI into predictive network actions to allow clearing data. r=ttaubert r=mossop f=gavin 2013-09-20 15:24:07 -07:00
Nicholas Hurley
bdaf3aee5c Bug 881804 (part 1) - Add support for predictive network actions. r=mcmanus f=honzab sr=biesi 2013-09-20 15:24:06 -07:00
Ryan VanderMeulen
f8b48f4df4 Merge m-c to inbound. 2013-09-20 18:16:31 -04:00
Raymond Lee
448ff8d051 Bug 908246 - Private downloads should be finalized when the last private browsing window is closed. r=paolo 2013-09-12 14:03:04 +02:00
Raymond Lee
d11cb525ca Bug 908244 - When a download is launched automatically, the target file should be deleted when the browser is closed. r=paolo 2013-09-12 14:03:00 +02:00
Patrick Cloke
e2d7eecef7 Bug 898760 - Twitter says connected but shows nothing: truly make all options of Http.jsm optional, r=Mossop. 2013-08-20 20:16:28 -04:00
Thomas Zimmermann
0885e6e588 Bug 916848: Added .oga to the Device Storage's list of supported file types, r=doublec 2013-09-17 09:34:39 +02:00
Carsten "Tomcat" Book
a4ead549d1 Merge m-c to fx-team 2013-09-18 12:32:43 +02:00
Panos Astithas
7de1b1aae3 Ignore failures to get the lastPausedUrl when a tab is closing (bug 916458). r=fitzgen 2013-09-18 12:58:37 +03:00
Geoff Brown
220e4a5f85 Bug 865006 - (4) Add more xpcshell tests for android; r=jmaher 2013-08-25 10:58:31 -06:00
Ed Morley
3623145100 Merge mozilla-central and b2g-inbound 2013-08-29 15:10:05 +01:00
Ed Morley
744faab719 Merge latest green fx-team changeset and mozilla-central 2013-08-29 15:01:41 +01:00
Chris Peterson
847bd93113 Back out 39ee92c06d6b (Bug 880118) because GeckoView breaks Android's l10n repacks 2013-08-28 15:41:12 -07:00
Marco Castelluccio
ef8c9a272b Bug 909911 - Remove webapps-sync-install and webapps-sync-uninstall observers. r=mfinkle, r=fabrice 2013-08-29 09:58:59 -04:00
J. Ryan Stinnett
e03781cf46 Bug 910184 - Use a separate server for Browser Debugger. r=vporof 2013-08-28 16:19:34 +02:00
Bill McCloskey
60f524b349 Bug 905443 - Forward content policy shouldLoad calls from the child to the parent (r=felipe) 2013-08-28 21:43:46 -07:00
Bill McCloskey
bd7184b366 Bug 905439 - Infrastructure for e10s addon compatibility code (r=felipe) 2013-08-28 21:43:00 -07:00
Jake Bailey
8f455af457 Bug 907289 - Trace client should always emit enteredFrame and exitedFrame events in sequence order. r=fitzgen 2013-08-20 15:52:00 +02:00
Alexandre Poirot
54183692ce Bug 902910 - Offer a way for simulator addon to integrate itself with the connection footer. r=paul 2013-08-29 03:01:00 +02:00
Richard Marti
954c61b05f Bug 909813 - Input autocomplete popup hover styling broken with Aero. r=dao 2013-08-27 22:06:29 +02:00
Ryan VanderMeulen
25307a237e Merge m-c to fx-team. 2013-08-29 00:25:29 -04:00
Irving Reid
d538094656 Bug 908304: Wait until confirm window closes before installing add-ons; r=Unfocused 2013-08-28 12:33:13 -04:00