Commit Graph

22347 Commits

Author SHA1 Message Date
Irving Reid
e68770c324 Bug 940014: Telemetry on time and number of items scanned per addon during startup; r=Unfocused 2013-11-19 10:51:44 -05:00
Irving Reid
cdf909825b Bug 938689: Structured comparison of add-on directory state; r=Unfocused 2013-11-19 10:27:18 -05:00
Ryan VanderMeulen
2c440594a5 Backed out 7 changesets (bug 913985) for intermittent Android crashes.
Backed out changeset 53513a959cf0 (bug 913985)
Backed out changeset d23d1e678417 (bug 913985)
Backed out changeset a9c9187b4f4a (bug 913985)
Backed out changeset c6b02e4a3e35 (bug 913985)
Backed out changeset 895dae322e3c (bug 913985)
Backed out changeset 3d97e6a53313 (bug 913985)
Backed out changeset 892bb017f8ba (bug 913985)

--HG--
rename : build/annotationProcessors/AnnotationInfo.java => build/annotationProcessors/MethodWithAnnotationInfo.java
rename : build/annotationProcessors/utils/AlphabeticAnnotatableEntityComparator.java => build/annotationProcessors/utils/AlphabeticMethodComparator.java
rename : build/annotationProcessors/utils/GeneratableElementIterator.java => build/annotationProcessors/utils/GeneratableEntryPointIterator.java
rename : mobile/android/base/mozglue/generatorannotations/WrapElementForJNI.java => mobile/android/base/mozglue/GeneratableAndroidBridgeTarget.java
rename : mobile/android/base/mozglue/generatorannotations/OptionalGeneratedParameter.java => mobile/android/base/mozglue/OptionalGeneratedParameter.java
2013-11-19 10:56:09 -05:00
Paul Rouget
2be9c4605b Bug 939840 - Show position in layout view. r=miker 2013-11-19 09:16:03 -05:00
Paul Rouget
73bbf74120 Bug 939122 - Move styleinspector.properties in /toolkit. r=miker 2013-11-19 09:15:46 -05:00
Benjamin Smedberg
49b612031e Bug 932854 telemetry - add telemetry for showing the plugin infobar and its two buttons, r=jaws 2013-11-19 08:17:03 -05:00
Chris Kitching
c4e86cb63e Bug 913985 - Part 5: refactor the Bridge to use the generated code. r=kats 2013-11-12 10:41:01 -08:00
Mike Hommey
2812d11fce Bug 939632 - Remove LIBRARY_NAME for leaf libraries. r=gps
Landing on a CLOSED TREE.
2013-11-19 11:50:54 +09:00
Mike Hommey
e06d795c71 Bug 939074 - Remove most LIBXUL_LIBRARY. rs=gps 2013-11-19 11:48:10 +09:00
Mike Hommey
a58f7369ea Bug 939071 - Kill SHORT_LIBNAME. r=ted 2013-11-19 11:47:47 +09:00
Mike Hommey
b2e90f6233 Bug 914245 - Move FORCE_SHARED_LIB to moz.build. r=mshal 2013-11-19 11:47:45 +09:00
Mike Hommey
26bc04d200 Bug 939044 - Rename remaining MODULE definitions to XPIDL_MODULE. r=mshal 2013-11-19 11:47:43 +09:00
Mike Hommey
e80e877ab7 Bug 939044 - Remove most definitions of MODULE. r=mshal 2013-11-19 11:47:39 +09:00
Mike Hommey
317149d3d5 Bug 939042 - Remove library building related variables in directories that build no C/C++ sources. r=mshal 2013-11-19 11:47:29 +09:00
Mike Hommey
dda5b915fe Bug 939039 - Remove now useless FORCE_STATIC_LIB definitions. r=gps 2013-11-19 11:47:28 +09:00
Mike Hommey
ffe0380912 Bug 935881 - Use FINAL_LIBRARY for all (fake) libraries that end up linked in a single other library. r=gps 2013-11-19 11:47:14 +09:00
Mike Hommey
a1e2022b0c Bug 935881 - Make libxul's LIBRARY_NAME 'xul' on mac. r=gps 2013-11-19 11:46:40 +09:00
Wes Kocher
3d6069c9d5 Merge inbound to m-c on a CLOSED TREE 2013-11-18 18:30:47 -08:00
Brandon Benvie
9272e50551 Bug 936101 - Make ObjectActor.onDisplayString not call debuggee code. r=fitzgen 2013-11-18 13:24:54 -08:00
Raymond Lee
25a4c2da36 Bug 887043 - Use an async SQL query instead of a result to collect backups data. r=mak 2013-11-18 14:36:40 +08:00
Gijs Kruitbosch
8dd0a06534 Merge m-c to fx-team on a CLOSED TREE 2013-11-18 17:01:32 +01:00
Gijs Kruitbosch
65c5bb5207 Merge m-c to ux 2013-11-18 13:44:32 +01:00
Ed Morley
0082286812 Merge mozilla-central and fx-team 2013-11-18 11:04:03 +00:00
Ed Morley
0ffeba07c6 Merge latest green fx-team changeset and mozilla-central 2013-11-18 10:56:11 +00:00
Nicholas Nethercote
50e3df7443 Backout 86b5cb334b73 and db7cbf61b001 (bug 810718, parts 1 and 2) for multiple perf regressions.
--HG--
extra : rebase_source : c20c81d0cf47b607815c0592d748d4f0a430d430
2013-11-17 20:41:36 -08:00
Gijs Kruitbosch
c3218cf205 Merge m-c to ux 2013-11-17 23:37:53 +01:00
Ms2ger
dacb9165d8 Merge fx-team into mozilla-central. 2013-11-17 14:27:37 +01:00
Gijs Kruitbosch
cc2610edfd Merge mozilla-central and ux 2013-11-15 18:32:01 +01:00
Gijs Kruitbosch
3fd1217b23 Bug 938162 - if it looks, swims and quacks like a duck, but doesn't end in .js, let's not call it a test, r=gps
--HG--
extra : rebase_source : 700e855b79998028d57590c445f7f4b390bd0f9d
2013-11-13 17:30:00 +01:00
Victor Porof
5736abd4ba Bug 937627 - The webgl constructs cache should be per context, not per document global, r=rcampbell 2013-11-18 10:26:00 +02:00
Gijs Kruitbosch
b18a643af7 Merge mozilla-central and ux 2013-11-13 00:28:03 +01:00
Paul Rouget
fdae250cd5 Bug 935229 - Open unix socket with 666 permissions instead of 600. r=past 2013-11-15 21:47:01 -05:00
Avinash Kundaliya
3f72c76566 Bug 897023 - [OS.File] Be smarter with functions that can fail with becauseAbsent/becauseExists. r=yoric 2013-11-15 21:46:59 -05:00
Ed Morley
a092f14c69 Merge mozilla-central and inbound 2013-11-12 15:12:22 +00:00
Ed Morley
c15f5d7e0d Merge latest green b2g-inbound changeset and mozilla-central 2013-11-12 15:10:27 +00:00
Ed Morley
08528ae4ff Merge latest green fx-team changeset and mozilla-central 2013-11-12 15:09:49 +00:00
Wes Kocher
4bc2329edd Merge m-c to fx-team 2013-11-11 16:19:04 -08:00
Wes Kocher
111b82b754 Merge inbound to m-c 2013-11-11 15:51:01 -08:00
Drew Willcoxon
a311f8834b Bug 900953 - Fix test_bug513194.html intermittent failure related to PlacesDBUtils.jsm error. r=mak 2013-11-11 15:36:51 -08:00
Benjamin Smedberg
82b284d489 Bug 932854 - when a site uses a hidden plugin, show a notification bar to aid discoverability. This patch, suitable for trunk and branch, uses existing strings which are not ideal. r=jaws 2013-11-11 16:11:12 -05:00
Ryan VanderMeulen
ac6b377e78 Merge inbound to m-c. 2013-11-11 15:41:03 -05:00
Michael Ratcliffe
20bc494eaf Bug 929384 - Display color swatch for background properties with href. r=pbrosset 2013-11-11 15:17:41 +00:00
Chenxia Liu
40c7f4e4ff Bug 937870 - nsSearchService displays duplicate engine prompt regardless of confirmation set by caller. r=gavin 2013-11-18 10:27:46 -08:00
Jonas Finnemann Jensen
fe4fda82a5 Bug 937201 - Fix Windows builds without MOZ_ENABLE_PROFILER_SPS. r=BenWa 2013-11-18 13:21:26 -05:00
Ryan VanderMeulen
f370741daa Merge m-c to inbound on a CLOSED TREE. 2013-11-18 10:59:48 -05:00
Benoit Jacob
ff87bf481b Bug 938489 - 2/3. Don't include GL headers in glxtest - r=karlt 2013-11-18 08:08:24 -05:00
Henri Sivonen
eaaf5f4ede Bug 935453 - Gather telemetry about dangerous encodings and encodings we might remove. r=emk,sstamm. 2013-11-11 17:04:02 +02:00
Carsten "Tomcat" Book
21548bfe8b merge b2g-inbound to mozilla-central 2013-11-11 12:03:04 +01:00
Ehsan Akhgari
a3f7ee4300 Bug 936899 - Build all of the uconv library in unified mode; r=smontagu 2013-11-10 14:41:29 -05:00
Fabrice Desré
266f944c44 Bug 935973 - ThirdPartyCookieProbe errors r=yoric 2013-11-09 12:32:40 -08:00
Ryan VanderMeulen
dc9ee49eb1 Merge m-c to fx-team. 2013-11-08 14:56:41 -05:00
Ryan VanderMeulen
f58972205b Merge b-i to m-c. 2013-11-08 14:53:47 -05:00
Ryan VanderMeulen
ccdd6e36c5 Backed out 5 changesets (bug 854169) for Android crashes.
Backed out changeset 8898b6c66941 (bug 854169)
Backed out changeset 12cebd8b5669 (bug 854169)
Backed out changeset 844860e32631 (bug 854169)
Backed out changeset 4ede802f8dbb (bug 854169)
Backed out changeset ccae8b3f0a7d (bug 854169)
2013-11-08 10:52:02 -05:00
Carsten "Tomcat" Book
021c6d3068 Merge mozilla-central to b2g-inbound 2013-11-08 15:29:28 +01:00
Kai Strecker
0d9249e536 Bug 911876 - Increase the find bar close button's clickable area. r=dao 2013-11-08 15:23:55 +01:00
David Rajchenbach-Teller
b96fb42e22 Bug 854169 - OS.File.{read, writeAtomic} support for lz4. r=froydnj 2013-11-08 09:16:05 -05:00
David Rajchenbach-Teller
121ffc19ef Bug 854169 - Tests for the Lz4 worker module. r=froydnj 2013-11-08 09:16:04 -05:00
David Rajchenbach-Teller
40c8459f08 Bug 854169 - Bindings to lz4 for chrome workers. r=froydnj 2013-11-08 09:16:04 -05:00
David Rajchenbach-Teller
4d7636707a Bug 854169 - Build the binary support for Lz4.js. r=glandium 2013-11-08 09:16:04 -05:00
David Rajchenbach-Teller
6905962bcd Bug 854169 - Move OS.File's normalizeToPointer() to SharedAll. r=froydnj 2013-11-08 09:16:04 -05:00
J. Ryan Stinnett
be8c3931a2 Bug 935854 - Always move uploaded package to installation dir. r=ochameau 2013-11-07 14:41:58 -06:00
Mike de Boer
1f9e9964af Bug 926033: add regression test. r=evilpie 2013-11-08 18:35:26 +01:00
Tom Schuster
6acafb0d9e Bug 926033: correct searchString persistence for different searches in findbar. r=mikedeboer 2013-11-08 18:35:28 +01:00
Ryan VanderMeulen
ecd2ce3368 Backed out changeset 3232989e79e7 (bug 897023) for mochitest-other failures. 2013-11-11 10:55:36 -05:00
Avinash Kundaliya
ac49340292 Bug 891110 - Detecting attempts to pass undefined in declareFFI. r=Yoric 2013-11-11 09:18:22 -05:00
Girish Sharma
4d737009eb Bug 900415 - Should be able to open the autocompletion popup at an offset from the anchor node. r=msucan 2013-11-09 18:06:23 +05:30
Avinash Kundaliya
52086fcf9e Bug 897023 - [OS.File] Be smarter with functions that can fail with becauseAbsent/becauseExists. r=Yoric 2013-11-11 09:02:13 -05:00
Ryan VanderMeulen
554a83ef67 Merge m-c to inbound.
--HG--
rename : dom/contacts/tests/test_contacts_upgrade.html => dom/contacts/tests/test_contacts_upgrade.xul
rename : dom/indexedDB/test/test_globalObjects.xul => dom/indexedDB/test/test_globalObjects_chrome.xul
rename : dom/indexedDB/test/test_globalObjects.html => dom/indexedDB/test/test_globalObjects_content.html
rename : dom/indexedDB/test/unit/test_globalObjects.js => dom/indexedDB/test/unit/test_globalObjects_xpc.js
2013-11-19 13:54:20 -05:00
Dave Townsend
e356e0d2ed Bug 932361: Avoid using too many file handles during XPI extraction. r=Unfocused 2013-11-07 15:18:25 -08:00
Gijs Kruitbosch
24137f061b Merge mozilla-central and ux 2013-11-12 17:30:17 +01:00
Gijs Kruitbosch
af6f8f6fef Merge mozilla-central and ux 2013-11-12 09:27:50 +01:00
Gijs Kruitbosch
0c81a0b0ac Merge mozilla-central and ux 2013-11-11 22:41:49 +01:00
Gijs Kruitbosch
7fd8c018c3 Merge mozilla-central and ux 2013-11-11 09:29:29 +01:00
Matthew Noorenberghe
aba2581f1a Merge mozilla-central to UX 2013-11-09 17:46:29 -08:00
Jared Wein
8a50677a0d Automated merge with https://hg.mozilla.org/mozilla-central 2013-11-08 13:22:23 -05:00
Gijs Kruitbosch
2d25f5955d Merge mozilla-central and ux 2013-11-07 19:21:54 +00:00
Carsten "Tomcat" Book
debadf6309 merge fx-team to mozilla-central 2013-11-07 14:24:24 +01:00
Gijs Kruitbosch
63cb02d1d1 Merge mozilla-central and ux 2013-11-07 08:53:59 +01:00
Mike Hommey
f932a1fe70 Bug 862770 - Fix --disable-compile-environment a little. r=gps
--HG--
rename : config/makefiles/target_libs.mk => config/makefiles/target_binaries.mk
rename : js/src/config/makefiles/target_libs.mk => js/src/config/makefiles/target_binaries.mk
2013-11-07 10:37:45 +09:00
Mike Hommey
50e2fd01b1 Bug 935387 - Remove non recursed install targets. r=mshal 2013-11-07 10:37:45 +09:00
Gijs Kruitbosch
7f6c0c05d0 merge m-c to ux 2013-11-06 22:25:39 +01:00
Ryan VanderMeulen
57c88ce89f Merge fx-team to m-c. 2013-11-06 14:49:41 -05:00
Gijs Kruitbosch
7847dc3be9 Merge m-c to ux 2013-11-06 14:36:26 +01:00
Carsten "Tomcat" Book
591fd37a1b merge fx-team to mozilla-central 2013-11-06 13:09:28 +01:00
Gijs Kruitbosch
7211b5e0ad Merge mozilla-central and ux 2013-11-06 09:01:08 +01:00
Nick Fitzgerald
fb43b7e471 Bug 930141 - Replace escodegen with pretty-fast in the debugger and scratchpad pretty printing backend; r=gps,dcamp,past,benvie 2013-11-05 22:49:22 -08:00
Raymond Lee
092eb74ddd Bug 862179 - Implement asynchronous loading of search engines. r=gavin 2013-11-06 14:18:27 +08:00
David Rajchenbach-Teller
417ceab8ae Bug 932281 - Extend TelemetryHistogram.{id_offset, comment_offset} to uint32_t. r=froydnj 2013-11-06 09:02:29 -05:00
Paul Rouget
a8c629b8b1 Bug 914077 - Use rawNde() only if connection is not remote. r=bgrins 2013-11-06 09:02:09 -05:00
Anup
d3c6837851 Bug 468267 - Catch and report errors in search suggestions JSON response. r=gavin 2013-11-06 09:01:54 -05:00
Wes Kocher
a00a50d182 Merge m-c to inbound 2013-11-05 18:25:40 -08:00
Wes Kocher
e612f4f8f3 Merge fxteam to m-c 2013-11-05 17:38:24 -08:00
Ryan VanderMeulen
7a2924f392 Merge inbound to m-c. 2013-11-05 15:28:52 -05:00
Gijs Kruitbosch
4cb965f7aa Merge mozilla-central and ux 2013-11-05 20:14:58 +01:00
Kyle Huey
e034802efa Bug 919885: Move Worker to WebIDL and thread-agnostic event dispatch. r=bent,bz 2013-11-05 22:16:24 +08:00
Patrick Brosset
582fd8a44f Bug 932937 - Images are resized on the server-side for image preview tooltips. r=harth 2013-11-05 11:19:29 -05:00
Irving Reid
b9ffd5b8aa Bug 930548: collect more per-addon Telemetry details; r=unfocused 2013-11-05 10:41:14 -05:00
Carsten "Tomcat" Book
cffda8a9da merge mozilla-central to fx-team 2013-11-05 15:52:56 +01:00
Makoto Kato
e8ae36d2ca Bug 892856 - Protobuf fails to build in VS 2013. r=mmc 2013-11-05 15:54:30 +09:00
Wes Kocher
ce4f00fcbd Merge m-c to inbound 2013-11-04 21:22:23 -08:00
Wes Kocher
e400a12724 Merge inbound to m-c 2013-11-04 21:09:17 -08:00
Mike Hommey
3f65220584 Bug 934337 - Get rid of custom rules fiddling with SHARED_LIBRARY. r=mshal
While here, remove other custom rules in the same Makefiles.
2013-11-05 13:28:26 +09:00
Mike Hommey
aadf41e5e3 Bug 934361 - Remove CHROME_DEPS. r=mshal 2013-11-05 07:39:28 +09:00
Mike Hommey
78b32bd45d Bug 934360 - Remove GRE_MILESTONE computation from Makefiles. r=mshal 2013-11-05 07:39:28 +09:00
Alexandre Poirot
6d3005f1c2 Bug 933273 - Prevent loading AddonManager in webbrowser actor when not explicitely needed. r=nfitzgerald 2013-11-04 17:30:10 -05:00
Ryan VanderMeulen
d54baa4c91 Merge m-c to inbound. 2013-11-04 16:31:13 -05:00
Ryan VanderMeulen
3a4f8792df Merge inbound to m-c. 2013-11-04 16:16:22 -05:00
Matthew Noorenberghe
be474fa47a Merge mozilla-central to UX 2013-11-05 01:04:20 -08:00
Gijs Kruitbosch
7735c1ae5f Merge mozilla-central and ux 2013-11-04 23:41:59 +01:00
Gijs Kruitbosch
ca509a094b Merge mozilla-central and ux 2013-11-04 14:15:00 +01:00
Jared Wein
78c4c0995d Bug 933745 - Use the brand logo as the favicon for about:support. r=Unfocused 2013-11-04 01:00:01 -05:00
Sebastian Hengst
40f5bb9ed0 Bug 765285 - Include last 3 days of crash IDs in about:support: Improve localization comments. r=Mossop 2013-11-04 00:50:10 +01:00
Phil Ringnalda
b3c9b87d37 Merge f-t to m-c 2013-11-03 13:06:25 -08:00
Nick Fitzgerald
38f4dbdd3e Bug 932912 - Reflect.jsm should attach its export to 'this' so that it works in B2G; r=khuey 2013-11-02 12:54:08 -07:00
Tim Taubert
8af62f2f10 Bug 934207 - Add browser_thumbnails_background_crash.js to browser.ini r=jhammel,markh
From 866d4df33b0e9fd8b8a28eea4dfa690a10b7fa83 Mon Sep 17 00:00:00 2001
2013-11-02 20:35:38 +01:00
Phil Ringnalda
af558e50f1 Back out 5b70e599577c (bug 930141) for test_loader_paths.html bustage 2013-11-05 22:19:28 -08:00
Nick Fitzgerald
0466973b61 Bug 930141 - Replace escodegen with pretty-fast in the debugger and scratchpad pretty printing backend; r=gps,dcamp,past,benvie 2013-11-05 20:24:17 -08:00
Florian Quèze
3ac3032920 Bug 906839 - disable frameworker tests on ASAN builds, r=markh. 2013-11-05 13:06:23 +01:00
Ryan VanderMeulen
6d0dc845eb Backed out changesets f488602d26c9 and 09725c69fd76 (bug 860493) for OSX bustage.
CLOSED TREE
2013-11-04 12:55:56 -05:00
David Rajchenbach-Teller
e95ac6c38f Bug 860493 - Add telemetry for history swipe animations. r=spohl 2013-11-04 12:10:14 -05:00
Neil Deakin
f3270a29d5 Bug 596723, Don't consume clicks outside of arrow panels by default, always consume the clicks on anchors of all popups, r=dao,neil 2013-11-04 11:22:24 -05:00
J. Ryan Stinnett
e4cf0d1916 Bug 933083 - Refactor app requests into app-actor-front. r=ochameau 2013-11-01 16:41:19 -05:00
Wes Kocher
cd721fdff6 Backed out changeset 6cbc5a5a177f (bug 933646) for xpcshell bustage 2013-11-04 14:26:58 -08:00
Ryan VanderMeulen
d638624a4b Merge m-c to fx-team. 2013-11-04 16:33:35 -05:00
Ryan VanderMeulen
3f0ca7f5e4 Backed out changesets cf64922197ca, 3ae60bdf3fef, and 68960c6bdce3 (bug 906839) for ASAN mochitest-bc perma-orange. 2013-11-04 15:54:55 -05:00
Victor Porof
f27cddae88 Bug 933646 - Blackboxing a program in the shader editor should hide the rendered geometry, r=rcampbell 2013-11-04 22:48:10 +02:00
Benjamin Smedberg
feecbed02e Bug 932446 - in-content click-to-activate UI should look more clickable. Give the entire plugin a pointer cursor; reorder the vulnerable and activate sentences; underline the activate sentence so it looks like a clickable link; make the activate sentence red when :active so it also behaves more like a link, r=jaws ui-r=lco 2013-11-02 11:53:26 -04:00
Benjamin Smedberg
2ee5dadfec Bug 745187 - Don't introduce a delay notifying the frontend about new plugins added to the document, because script may immediately remove them from the page. To fix the delayed layout of XBL, introduce a separate method to calculate the notification icon visibility, r=jaws
Note: this patch still has one potential hole: if content creates a plugin and destroys it without forcing reflow, the XBL binding will not be instantiated. This doesn't appear to be a problem in practice, because every site that wants to use a plugin also has to trigger frame construction to get the plugin to instantiate (document.write of the embed element appears to do this automatically).
2013-11-02 11:53:26 -04:00
Dennis Schubert
9af4e3e887 Bug 921366 - Fix output for throw false/0/null/undefined in Scratchpad; r=msucan 2013-11-01 18:03:30 +02:00
Wes Kocher
e6e5c2e310 Merge inbound to m-c 2013-11-01 20:34:44 -07:00
Mike Hommey
bc3f1629f6 Bug 933097 - Remove a few useless moz.build files. r=mshal 2013-11-02 08:47:46 +09:00
Mike Hommey
00a70f6f7d Bug 933120 - Move HOST_PROGRAM and HOST_SIMPLE_PROGRAMS to moz.build. r=gps 2013-11-02 08:44:11 +09:00
Mike Hommey
3da504d65e Bug 933135 - Treat SIMPLE_PROGRAMS more like PROGRAM. r=mshal 2013-11-02 08:43:55 +09:00
Mike Hommey
8b474dc32b Bug 933100 - Cleanup toolkit/mozapps/plugins/tests/Makefile.in. r=gps 2013-11-02 08:43:43 +09:00
Gijs Kruitbosch
adc9c274bb Merge mozilla-central and ux 2013-11-03 23:36:57 +01:00
Gijs Kruitbosch
b035f59a74 Merge mozilla-central and ux 2013-11-02 11:33:53 +01:00
Gijs Kruitbosch
ad9e61fa26 Merge mozilla-central and ux 2013-11-01 23:24:47 +01:00
Ryan VanderMeulen
43eeed0ee4 Merge fx-team to m-c. 2013-11-01 14:51:36 -04:00
Gijs Kruitbosch
727205ff4e Merge mozilla-central and ux 2013-11-01 19:51:09 +01:00
Gijs Kruitbosch
f298c06fde Merge mozilla-central and ux 2013-11-01 09:20:15 +01:00
Panos Astithas
bfc1ea5539 Bug 932880 - Make preNest/postNest not throw when the browser is abruptly shut down. r=rcampbell 2013-10-31 23:10:22 +02:00
Ed Morley
febfa6a288 Merge mozilla-central and fx-team 2013-11-01 13:19:18 +00:00
Ed Morley
c2e9f503ed Backed out changeset ebe4f507a5ac (bug 725943) for frequent failures in test_serialize_file.js 2013-11-01 12:04:23 +00:00
Ryan VanderMeulen
da0792e78f Merge m-c to inbound on a CLOSED TREE. 2013-10-31 16:10:29 -04:00
Carsten "Tomcat" Book
3f22c5643c merge mozilla-central to mozilla-inbound 2013-11-06 14:55:48 +01:00
Jon Coppeard
05c372420a Bug 927930 - Make nsJSInspector cycle collected as it has JS::Value members r=jimb r=smaug 2013-11-06 10:45:59 +00:00
Nathan Froyd
401d6b3706 Bug 933071 - add --with-macos-private-frameworks to support cross-compiling; r=mshal 2013-10-31 09:50:26 -04:00
Brian Grinstead
d0fd168866 Bug 932880: Developer tools leak many windows until shutdown in browser-chrome tests. r=anton CLOSED TREE 2013-10-30 20:29:06 -05:00
Ryan VanderMeulen
1d57260a86 Merge m-c to inbound on a CLOSED TREE. 2013-10-30 22:42:13 -04:00
Ryan VanderMeulen
a4511eaf5f Merge b2g-inbound to m-c on a CLOSED TREE. 2013-10-30 22:36:56 -04:00