Robert Strong
a66d318944
2. Move gProcessObserver and gTimerCallback to head_update.js.in - Bug 879612 - Move app update common xpcshell test code into head_update.js.in. r=bbondy
2013-06-05 20:25:42 -07:00
Robert Strong
95a657da9f
1. Move adjustPathsOnWindows to head_update.js.in - Bug 879612 - Move app update common xpcshell test code into head_update.js.in. r=bbondy
2013-06-05 20:25:06 -07:00
Jared Wein
9ee04e3dc6
Bug 879941 - Fix typo in LightweightThemeManager.jsm. r=Unfocused
...
--HG--
extra : rebase_source : b1c77d825c620887b7b9bcbdb3e32150dd99f200
2013-06-06 19:10:46 -04:00
Mark Finkle
d33ddcb2c2
Bug 861164 - use different search URLs for tablet vs. non-tablet r=gavin
2013-06-05 22:29:40 -04:00
Jim Blandy
003b496a3c
No bug: comment fixes for JS debugger sourceMap support. f=fitzgen DONTBUILD
2013-06-05 18:06:43 -07:00
Boris Zbarsky
321bc644e3
Bug 683159. Remove now-irrelevant assertion annotation. r=ms2ger
2013-06-05 20:51:22 -04:00
Drew Willcoxon
8966c4d61e
Bug 856270 - Update spell checking to use nsIContentPrefService2 (part 3: update other tests). r=ehsan
2013-06-05 17:07:54 -07:00
Drew Willcoxon
aeea388742
Bug 555120 - Fix intermittent failure in browser_bug441778.js, and in ContentPrefService2, invalidate cache entries when async mutators start. r=mak
2013-06-05 17:05:36 -07:00
Ryan VanderMeulen
80c2c4083c
Merge m-c to inbound.
2013-06-05 16:37:16 -04:00
Ryan VanderMeulen
01ff5c0dc3
Merge inbound to m-c.
2013-06-05 16:29:54 -04:00
Ryan VanderMeulen
03a07375c3
Merge fx-team to m-c.
2013-06-05 16:28:59 -04:00
Nick Fitzgerald
e7414531e2
Bug 879246 - Fix intermittent failure in test_sourcemaps-02.js. r=past
2013-06-05 12:13:31 -04:00
Bobby Holley
da92b2ad75
Bug 877478 - Fix test to use SpecialPowers.{add,remove}Observer. r=mrbkap
...
This way, we get the callback wrapping behavior for free.
2013-06-04 19:56:42 -07:00
Bobby Holley
17992acedf
Bug 877478 - Fix mochitests with problematic callbacks to use the new API. r=mrbkap
2013-06-04 19:56:41 -07:00
Nathan Froyd
7561da1c41
Bug 879337 - fix submission of saved-session pings; r=vladan
2013-06-04 13:23:03 -04:00
Jim Blandy
59f3d0d730
Bug 878319: Move makeInfallible into its own JSM. r=dcamp
2013-06-05 09:30:54 -07:00
Drew Willcoxon
1af90e337e
Bug 870105 - Follow-up: Size the browser according to the user's screen size. r=ttaubert
2013-06-04 17:25:50 -07:00
Nathan Froyd
8cc535909e
Bug 878458 - improve error handling behavior of telemetry ping tests; r=vladan
2013-06-01 11:42:15 -04:00
Ralph Giles
f5e4f4e145
Bug 862088 - Add raw mp3 sniffing. r=padenot
...
Attempt to sniff raw mp3 with no id3 tag by looking for a header
followed by a second header at the expected offset from the packet
length.
Adds mp3 sniffing with and without id3 tags to the mediasniffer
xpcshell tests. These files are truncated to 512 bytes. Our method
can require up to 1.5k of data, but these have 208/209 byte packets
so sniffing still works.
notags-bad.mp3 has a corrupt header, and verifies sniffing fails.
notags-scan.mp3 has garbage before the header, and verifies sniffing fails.
he_free.mp is a vbr test vector which isn't sniffable with this method.
fl10.mp2 is an mp2 file, and verifies sniffing fails.
ff-inst.exe verifies bug 875769 doesn't regress.
2013-06-04 12:12:00 -07:00
Drew Willcoxon
2fc673c9dc
Bug 870105 - In BackgroundPageThumbs.jsm, size the browser once using browser.style rather than after each page load using nsIDOMWindowUtils.setCSSViewport. r=ttaubert
2013-06-04 14:37:02 -07:00
Monica Chew
ee8bc15fcd
Move execution from nsExternalAppHandler to nsDownload (b=858234, r=paolo)
2013-05-27 18:33:39 -07:00
Andres Hernandez
c9467d38b4
Bug 854761 - Part 1: Remove previous bookmark calls from PlacesUtils - Toolkit. r=mak
2013-06-04 00:20:11 +08:00
Robert Strong
e91c191be2
Bug 879467 - Tune 7zip compression parameters. r=bbondy
2013-06-05 00:33:38 -07:00
Robert Strong
072d30c0ee
Bug 811557. r=bbondy
2013-06-05 00:33:26 -07:00
Ryan VanderMeulen
cd8193a7de
Merge m-c to fx-team.
2013-06-03 15:58:48 -04:00
Dave Camp
dce1c3abcb
Bug 878472 - Let local debugger clients find the DebuggerServerConnection. r=past
2013-06-03 09:05:29 -07:00
Margaret Leibovic
1bc2012113
Bug 877902 - Update privacy policy link URL for desktop Firefox. r=gavin
2013-06-03 08:37:28 -07:00
Ms2ger
b7fa0c2492
Merge m-c to m-i.
2013-06-02 17:38:01 +02:00
Jim Blandy
78b89f1c5a
Bug 870081: Share a common RootActor implementation amongst browser, Fennec, B2G, and xpcshell tests. r=past,mfinkle,fabrice
2013-06-02 10:19:41 +03:00
Panos Astithas
03ab87f879
Backout b0e571a21e22 for wrong bug number
2013-06-02 10:18:15 +03:00
Raymond Lee
072f8b6aa7
Bug 852581 - Add methods to get the default downloads directories. r=paolo
2013-06-03 11:43:06 +08:00
Jim Blandy
3923f3e983
Bug 871081: Share a common RootActor implementation amongst browser, Fennec, B2G, and xpcshell tests. r=past,mfinkle,fabrice
...
--HG--
rename : browser/devtools/debugger/test/browser_dbg_listtabs.js => browser/devtools/debugger/test/browser_dbg_listtabs-01.js
2013-05-17 15:17:00 +03:00
Dave Camp
a211a7d924
Bug 878292 - Profiler actor leaves the profiler running in some cases. r=anton, r=robcee
2013-06-01 11:53:54 -07:00
Dave Camp
833e053ee8
Bug 877719 - DebuggerServer.destroy should always work. r=past
2013-05-30 09:42:00 -07:00
Tim Taubert
23e809a2b4
merge m-c to fx-team
2013-06-01 18:22:45 +02:00
Nathan Froyd
35ed4e95a0
Bug 878084 - part 5 - change uuid of nsITelemetryPing to fix xpcshell orange on a CLOSED TREE; r=bustage
2013-05-31 16:34:20 -04:00
Ryan VanderMeulen
b5aaf55a6a
Backed out changeset 019382e24635 (bug 858234) for Linux mochitest-5 leaks.
2013-05-31 16:06:10 -04:00
Nick Fitzgerald
914800933b
Bug 760370 - Visually distinguish non-extensible objects; r=vporof
2013-05-29 19:47:00 +03:00
Christian Ascheberg
6f048316bf
Bug 863063: quitting private browsing mode does not delete partially downloaded files, r=mak
2013-05-15 01:47:25 +02:00
Phil Ringnalda
4d8850f05d
Back out b4913818b95e (bug 878319) for browser-chrome bustage
...
CLOSED TREE
2013-06-01 17:33:46 -07:00
Jim Blandy
9d3608682b
Bug 878319: Move makeInfallible into its own JSM. r=dcamp
2013-06-01 13:31:07 -07:00
Shane Caraveo
6ec7928ee6
bug 836766 drop minimized requirment on chats opened from worker, r=markh
2013-05-31 16:42:02 -07:00
Shane Caraveo
872b227c15
bug 873421 fix error reporting in page-mark-config handler, r=markh
2013-06-01 10:52:37 -07:00
Jim Blandy
816e6cfe91
Use DebuggerServer.addGlobalActor to register ChromeDebuggerActor, instead of writing out code with the same effect (bug 863936). r=past,mfinkle,fabrice
2013-04-19 17:33:00 +03:00
Dave Camp
5c4da5d26e
Bug 867208 - Console.jsm is truncating messages. r=jwalker
2013-05-31 16:57:42 -07:00
Dave Camp
8fde07ae03
Bug 877274 - Add console.exception to Console.jsm. r=msucan
2013-05-31 16:57:40 -07:00
Ryan VanderMeulen
f797d61109
Merge m-c to fx-team.
2013-05-31 16:14:04 -04:00
Dave Camp
6e85dda0f3
Backout changeset 333845b6e000 (bug 877719) for mochitest-browser bustage.
2013-05-31 12:56:05 -07:00
Dave Camp
e10c90ffe7
Bug 877298 - Move devtools globals to loader creation. r=jwalker
2013-05-31 11:06:09 -07:00
Dave Camp
a89b51591d
Bug 877719 - DebuggerServer.destroy should always work. r=past, f=jgriffin
2013-05-31 11:06:08 -07:00
Phil Ringnalda
4aec020413
Back out dc76402b8471 (bug 844288) on suspicion of breaking dep builds
...
CLOSED TREE
2013-05-31 07:39:56 -07:00
Jim Mathies
e988bc20b0
Bug 855928 - Add a telemetry probe to report default desktop browser status. r=gavin
2013-05-30 12:32:17 -05:00
Shane Caraveo
8de0d1a547
bug 820601 add developer pref to load social content in tabs, allows use of developer tools, r=felipe
2013-05-29 17:58:45 -07:00
Nathan Froyd
38a2800e6a
Bug 878084 - part 4 - make telemetry tests submit to a URL with a more realistic path; r=vladan
2013-05-31 11:04:09 -04:00
Nathan Froyd
cd1ad1715f
Bug 878084 - part 3 - factor out registering ping handlers to a common function; r=vladan
2013-05-31 11:42:11 -04:00
Nathan Froyd
e098ea4acc
Bug 878084 - part 2 - delete BinaryInputStream constructor definition in telemetry tests; r=vladan
2013-05-31 10:12:34 -04:00
Nathan Froyd
4d9830dcb2
Bug 878084 - part 1 - move TelemetryPing to a common global variable for telemetry tests; r=vladan
2013-05-31 10:12:11 -04:00
Monica Chew
022ff28277
Move execution from nsExternalAppHandler to nsDownload (b=858234, r=paolo)
2013-05-27 18:33:39 -07:00
Johnny Stenback
a577974812
Bug 855613. Stop exposing nsIDOMMimeType in nsIPluginTag. r=joshmoz@gmail.com
2013-03-27 22:19:41 -07:00
Drew Willcoxon
9aa8e82fee
Bug 870114 - Write a test that verifies that BackgroundPageThumbs uses private browsing. r=markh
2013-05-31 22:52:51 -07:00
Mark Hammond
3f999e9690
Bug 875214 - child processes on Windows now attach to the parent's console. r=aklotz
2013-05-30 23:23:50 +10:00
Benoit Girard
908b9e495b
Bug 844288 - Dual link libxul.so and libxul-unit.so and replace enable-gtest by enable-test r=ted,glandium
...
- Remove enable GTest
- Add a general target to create gtestxul
- Update mach target
- Run GTest from make check
--HG--
rename : gfx/2d/unittest/GTestMain.cpp => gfx/tests/gtest/TestMoz2D.cpp
rename : gfx/layers/TestTiledLayerBuffer.cpp => gfx/tests/gtest/TestTiledLayerBuffer.cpp
extra : rebase_source : 5b9be0892323195d4e24f11ae785f0663ff38fd0
2013-03-11 14:47:40 -04:00
David Rajchenbach-Teller
d23366fba0
Bug 874435 - Assume lower file system time precision. r=froydnj
2013-05-30 11:25:48 -04:00
Paolo Amadini
d5594dfe54
Bug 810490 - Constant stack space promise. r=mossop
...
--HG--
rename : addon-sdk/test/unit/test_promise.js => toolkit/modules/tests/xpcshell/test_Promise.js
2013-05-30 14:23:42 +02:00
Bao Duong
185be9bd9e
Bug 730626 - Add the ability to hide the error message overlay on HTML5 videos. r=dolske,jaws
2013-05-29 19:38:19 -04:00
Timothy Arceri
32ec2d3fb8
Bug 877409 - Remove old GTK_CHECK_VERSION/gtk_check_version for versions of GTK already covered by the minimum GTK build requirement 2.10. r=karlt
2013-05-30 08:10:02 -04:00
Justin Dolske
92aa9f3122
Bug 876550 - Add |this.clickToPlay.hidden = true;| to the immediate case in hideClickToPlay(). r=jaws
2013-05-30 08:10:02 -04:00
Raymond Lee
4776f3a22a
Bug 836483 - Track download referrers. r=paolo
2013-05-27 19:14:18 +08:00
Ryan VanderMeulen
1226863031
Merge m-c to inbound.
2013-05-30 07:47:14 -04:00
Dão Gottwald
119e4a35d2
Bug 876394 - Popup notification goes unnoticed in unfocused windows. r=gavin
...
--HG--
extra : rebase_source : 3e8fec5138da96627eddccbe4128bdd9ebee8ba7
2013-05-30 09:48:02 +02:00
Phil Ringnalda
ad4c150cb3
Back out 816311e43409 (bug 844288) on suspicion of causing dep OS X universal builds to fail in packaging
...
CLOSED TREE
2013-05-29 23:42:20 -07:00
Ryan VanderMeulen
61505342f9
Merge m-c to fx-team.
2013-05-29 22:47:38 -04:00
Dave Camp
aa8a843d64
Bug 867109 - tools reload not working correctly on windows. r=jwalker
2013-05-29 10:48:06 -07:00
Dave Camp
f2c815193b
Bug 875437 - Close the debugger client in test_add_actors.js. r=past
2013-05-29 10:47:38 -07:00
Dave Camp
daec88e78f
Bug 876793 - gDevTools._addToolToWindows doesn't work with existing windows. r=jwalker
2013-05-29 10:47:38 -07:00
Dave Camp
5b2c790957
Bug 875432 - Loader.jsm references gDevTools. r=jwalker
2013-05-29 10:47:38 -07:00
Ryan VanderMeulen
bf4c0f286e
Merge m-c to fx-team.
2013-05-28 21:25:32 -04:00
Ed Morley
b0dc90fb63
Merge latest green inbound changeset and mozilla-central
2013-05-29 15:24:19 +01:00
Robert O'Callahan
1bfe22c85f
Bug 877025. Don't set 'firstShow' on the controls for a video that is already playing. r=dolske
2013-05-29 16:13:34 +12:00
Ed Morley
d26222521c
Merge mozilla-central and inbound
2013-05-28 16:30:34 +01:00
Andrew Halberstadt
9d8a5a66ce
Bug 872164 - remove unnecessary Makefile, r=ted
2013-05-28 10:57:08 -04:00
Tim Taubert
010b1916d3
merge m-c to fx-team
2013-05-28 15:02:50 +02:00
Tim Taubert
9d301f1a95
Bug 876313 - [New Tab Page] Unpinning a site doesn't update pref; r=jaws
2013-05-28 11:01:54 +02:00
Ed Morley
7ee3d201a9
Backed out changeset 3c6a72bd7411 (bug 876426)
2013-05-28 08:50:19 +01:00
Ed Morley
8232917c74
Backed out changeset 6e02333d572b (bug 876380)
2013-05-28 08:50:17 +01:00
Robert O'Callahan
07b9d50661
Bug 876380. Update 'show clickToPlay button' state after each load. r=dolske
2013-05-28 17:05:38 +12:00
Robert O'Callahan
199605f97a
Bug 876380. Update 'show clickToPlay button' state after each load. r=dolske
2013-05-28 17:05:38 +12:00
Robert O'Callahan
c962242550
Bug 876426. Part 2: Call adjustControlSize when the controls are resized for whatever reason. r=dolske
2013-05-28 17:00:59 +12:00
Robert O'Callahan
7e30a30742
Bug 876426. Part 2: Call adjustControlSize when the controls are resized for whatever reason. r=dolske
2013-05-28 17:00:59 +12:00
Julian Seward
eb8e819973
Bug 872496 - Allow early registration of stack tops, to improve native unwind quality. r=bgirard.
2013-05-28 14:03:38 +02:00
Andrew McCreight
60ea412b96
Bug 874583 - Use NS_IMPL_CYCLE_COLLECTION_INHERITED_n in more places. r=smaug
2013-05-21 16:23:53 -07:00
Shane Caraveo
423f615832
bug 872470 - add EventSource to frameworker, r=markh, sr=gavin
2013-05-16 13:16:17 +02:00
Christian Ascheberg
b6fd4dabc1
Bug 872330 - Remove senseless code in nsDownload::Cancel. r=mak
2013-05-29 20:22:09 +02:00
David Rajchenbach-Teller
92b440a954
Bug 874425 - More logging in outExecutionDuration tests.
2013-05-29 20:56:08 -04:00
Anton Kovalyov
b3a6606651
Bug 817836 - Support for console.profile and console.profileEnd; r=dcamp
2013-05-14 15:25:28 -07:00
Anton Kovalyov
59e6805757
Backed out changeset 4f2586fe4489
2013-05-28 12:51:42 -07:00
Anton Kovalyov
0eff5c8c08
Bug 817836 - Support for console.profile and console.profileEnd; r=dcamp
2013-05-14 15:25:28 -07:00
Mihai Sucan
2e950f3c51
Bug 859756 - [browserconsole] Show nsIConsoleMessages in the Browser Console; r=robcee
2013-05-28 18:24:31 +03:00
Mike Shal
5169c0a913
Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE
...
From 9e0ba7f425143f545eb6c4b26a9a96b5ade4d8e9 Mon Sep 17 00:00:00 2001
2013-04-23 17:54:15 -04:00
Tim Taubert
7a1cc4e9e8
merge m-c to fx-team
2013-05-26 15:22:27 +02:00
Ryan VanderMeulen
2692bc9d0c
Merge m-c to inbound.
2013-05-25 09:30:33 -04:00
Ryan VanderMeulen
74321b023c
Backed out changesets bde36c2eacc0 and 8dc40bbe844e (bug 862088) for causing bug 875769.
2013-05-25 09:21:29 -04:00
Geoff Lankow
77287292b0
Bug 864251 - Link to update history from about:support; r=adw
2013-05-25 23:58:02 +12:00
Mihai Sucan
decd78751d
Bug 874061 - Figure out private browsing and the browser console; r=robcee f=ehsan
2013-05-25 12:25:36 +03:00
Ryan VanderMeulen
60cfc7737e
Merge m-c to fx-team.
2013-05-25 09:34:13 -04:00
Joe Walker
f0f44065ed
Bug 767589 - GCLI should expose addType and removeType to the outside; r=mratcliffe
2013-05-25 10:41:42 +01:00
Joe Walker
57536173c7
Bug 874821 - Enable better remote gcli testing; r=mratcliffe
2013-05-25 09:51:31 +01:00
Joe Walker
70d15618e2
Bug 754315 - Refactor to enable exec commands; r=mratcliffe
2013-05-25 09:51:31 +01:00
Joe Walker
4289449d65
Bug 767589 - GCLI should expose addType and removeType to the outside; r=mratcliffe
2013-05-25 09:51:30 +01:00
Tim Taubert
c22a85f17d
merge m-c to fx-team
2013-05-24 22:16:58 +02:00
Victor Porof
841b15d8e6
Bug 859046 - Implement filtering out certain types of requests, r=rcampbell
...
* * *
Bug 873761 - Several "XUL box for hbox element contained an inline #text child, forcing all its children to be wrapped in a block." warnings for netmonitor.xul, r=rcampbell
2013-05-24 20:53:10 +03:00
Victor Porof
468c05c4bc
Bug 866623 - Firefox spoils cyrillic text in the Network Monitor response tab - fix convertToUnicode misbehaving when a request has no attached contentCharset, r=rcampbell
...
--HG--
rename : browser/devtools/netmonitor/test/browser_net_cyrillic.js => browser/devtools/netmonitor/test/browser_net_cyrillic-01.js
2013-05-24 20:10:07 +03:00
Michael Ratcliffe
9d13885f2c
Bug 866642 - We need to add general telemetry / FHR info to devtools r=jwalker
2013-05-24 11:26:17 +01:00
Ed Morley
ca85028dd7
Merge mozilla-central and inbound
2013-05-24 10:07:13 +01:00
Phil Ringnalda
81ef182503
Merge m-c to fx-team
2013-05-23 21:25:59 -07:00
Drew Willcoxon
47ce325ad7
Bug 870179 - Fix privacy leak in BackgroundPageThumbs when private browsing is active. r=ttaubert
2013-05-23 20:13:23 -07:00
Reuben Morais
95a3a38816
Bug 860951 - Follow up, fixing indentation. DONTBUILD
2013-05-23 16:39:18 -07:00
Reuben Morais
edadb68f2e
Bug 860951 - Make newlines work in XUL alerts. r=Unfocused
...
--HG--
extra : rebase_source : a18b39cad30e711e033c91a2e67979884a8c68cf
2013-05-23 16:30:27 -07:00
Neil Rashbrook
92fa83480a
Bug 875469 Remove bogus attribute r=Mossop
...
DONTBUILD because preffed off by default
2013-05-23 23:51:03 +01:00
Sachin Hosmani
2f60c63555
Bug 737446 -'null' is shown in installation popup instead of name obtained from AMO metadata. r=Unfocused
2013-05-22 14:49:25 +05:30
Joey Armstrong
2c39cbb922
bug 870406: move to moz.build (config batch #1 ) r=mshal
2013-05-24 17:21:14 -07:00
Eddy Bruel
95c00e88f0
Merge for bug 637572
2013-05-24 17:05:46 -07:00
Jim Blandy
10df30c8be
Bug 862490: Clarify sharing of _createExtraActors and _appendExtraActors between BrowserRootActor and BrowserTabActor. r=past
2013-05-24 10:13:42 -07:00
Sachin Hosmani
641b0f8ea7
Bug 590347 - Expose the softblock notification in preference to the incompatible notification when compatibility checking is disabled. r=Mossop
2013-05-24 09:37:17 -07:00
Andrew Halberstadt
ea5acb3257
Bug 872164 - Create in-tree mozharness config, r=jgriffin
2013-05-24 11:01:06 -04:00
Brian R. Bondy
d49fae1093
Bug 867056. r=rstrong
2013-05-23 13:26:44 -04:00
Arnaud Bienner
d155f8fd50
Bug 875274 - Implement the content part of <input type="color">. r=mounir
2013-05-23 14:02:23 +01:00
Ralph Giles
4b7c55dbb9
Bug 862088 - Fix build by removing obsolete call. r=bustage.
...
I swear this compiled locally.
2013-05-23 16:33:16 +08:00
Ralph Giles
4846d91dca
Bug 862088 - Add raw mp3 sniffing.
...
Attempt to sniff raw mp3 with no id3 tag by looking for a header
followed by a second header at the expected offset from the packet
length.
Adds mp3 sniffing with and without id3 tags to the mediasniffer
xpcshell tests. These files are copies of files in content/media/test
truncated to 512 bytes. Our method can require up to 1.5k of data,
but these have 208/209 byte packets so sniffing still works.
notags-bad.mp3 has a corrupt header, and verifies sniffing fails.
Attempt to sniff raw mp3 with no id3 tag by looking for a header
followed by a second header at the expected offset from the packet
length.
Adds mp3 sniffing with and without id3 tags to the mediasniffer
xpcshell tests. These files are copies of files in content/media/test
truncated to 512 bytes. Our method can require up to 1.5k of data,
but these have 208/209 byte packets so sniffing still works.
notags-bad.mp3 has a corrupt header, and verifies sniffing fails.
2013-05-23 01:07:00 +08:00
Mike Hommey
3b4751bb8b
Bug 874783 - Fix l10n builds after bug 848764. r=ted
2013-05-23 07:27:20 +02:00
Raymond Lee
880c93552b
Bug 836439 - Handle downloads started in private browsing mode. r=paolo
2013-05-22 20:14:07 +08:00
Ryan VanderMeulen
52740391b3
Merge m-c to inbound.
2013-05-22 12:31:28 -04:00
Ryan VanderMeulen
6e18f16253
Merge inbound to m-c.
2013-05-22 12:27:51 -04:00
Gijs Kruitbosch
436c771d61
Bug 874448 - OS X customization mode doesn't have dragover border indicators on toolbarpaletteitems, r=dao
...
--HG--
extra : rebase_source : 362b1b4596078e358cb9856b43781447e409f56f
2013-05-22 11:37:06 +02:00
Bobby Holley
cdde50556c
Bug 868130 - Include nsCxPusher.h everywhere we need it, and stop including it from nsContentUtils.h. r=gabor
2013-05-22 10:05:26 -06:00
Gervase Markham
4cf95af3fb
Bug 750294 - Update about:license to give link to Hg rev and build instructions.
2013-05-22 16:54:52 +01:00
Brian R. Bondy
e8753c74ec
Bug 794937 - Updater callback should launch Metro Firefox when updating from Metro Firefox. r=rstrong
2013-05-22 10:16:56 -04:00
Brian R. Bondy
2b27a1ede9
Bug 794937 - Make updates work from the Metro front end, add handling for 1 instance handling updates. r=rstrong
2013-05-22 10:16:53 -04:00
Dave Camp
77da184a4d
Bug 872091 - Rename files in the debugger server (another bustage fix). r=bustage
2013-05-21 20:44:39 -07:00
Dave Camp
b8a9df1ca3
Bug 872091 - Rename files in the debugger server (bustage fix). r=bustage
2013-05-21 18:47:47 -07:00
Dave Camp
435407e287
Bug 872091 - Rename files in the debugger server. r=past,r=jimb
...
--HG--
rename : toolkit/devtools/debugger/Makefile.in => toolkit/devtools/client/Makefile.in
rename : toolkit/devtools/debugger/dbg-client.jsm => toolkit/devtools/client/dbg-client.jsm
rename : toolkit/devtools/debugger/moz.build => toolkit/devtools/client/moz.build
rename : toolkit/devtools/debugger/Makefile.in => toolkit/devtools/server/Makefile.in
rename : toolkit/devtools/gcli/dbg-gcli-actors.js => toolkit/devtools/server/actors/gcli.js
rename : toolkit/devtools/debugger/server/dbg-profiler-actors.js => toolkit/devtools/server/actors/profiler.js
rename : toolkit/devtools/debugger/server/dbg-script-actors.js => toolkit/devtools/server/actors/script.js
rename : toolkit/devtools/styleeditor/dbg-styleeditor-actors.js => toolkit/devtools/server/actors/styleeditor.js
rename : toolkit/devtools/debugger/server/dbg-browser-actors.js => toolkit/devtools/server/actors/webbrowser.js
rename : toolkit/devtools/webconsole/dbg-webconsole-actors.js => toolkit/devtools/server/actors/webconsole.js
rename : toolkit/devtools/debugger/server/dbg-server.jsm => toolkit/devtools/server/dbg-server.jsm
rename : toolkit/devtools/debugger/server/dbg-server.js => toolkit/devtools/server/main.js
rename : toolkit/devtools/debugger/moz.build => toolkit/devtools/server/moz.build
rename : toolkit/devtools/debugger/nsIJSInspector.idl => toolkit/devtools/server/nsIJSInspector.idl
rename : toolkit/devtools/debugger/nsJSInspector.cpp => toolkit/devtools/server/nsJSInspector.cpp
rename : toolkit/devtools/debugger/nsJSInspector.h => toolkit/devtools/server/nsJSInspector.h
rename : toolkit/devtools/debugger/tests/mochitest/Makefile.in => toolkit/devtools/server/tests/mochitest/Makefile.in
rename : toolkit/devtools/debugger/tests/mochitest/moz.build => toolkit/devtools/server/tests/mochitest/moz.build
rename : toolkit/devtools/debugger/tests/mochitest/nonchrome_unsafeDereference.html => toolkit/devtools/server/tests/mochitest/nonchrome_unsafeDereference.html
rename : toolkit/devtools/debugger/tests/mochitest/test_unsafeDereference.html => toolkit/devtools/server/tests/mochitest/test_unsafeDereference.html
rename : toolkit/devtools/debugger/tests/moz.build => toolkit/devtools/server/tests/moz.build
rename : toolkit/devtools/debugger/tests/unit/head_dbg.js => toolkit/devtools/server/tests/unit/head_dbg.js
rename : toolkit/devtools/debugger/tests/unit/post_init_global_actors.js => toolkit/devtools/server/tests/unit/post_init_global_actors.js
rename : toolkit/devtools/debugger/tests/unit/post_init_tab_actors.js => toolkit/devtools/server/tests/unit/post_init_tab_actors.js
rename : toolkit/devtools/debugger/tests/unit/pre_init_global_actors.js => toolkit/devtools/server/tests/unit/pre_init_global_actors.js
rename : toolkit/devtools/debugger/tests/unit/pre_init_tab_actors.js => toolkit/devtools/server/tests/unit/pre_init_tab_actors.js
rename : toolkit/devtools/debugger/tests/unit/source-map-data/sourcemapped.coffee => toolkit/devtools/server/tests/unit/source-map-data/sourcemapped.coffee
rename : toolkit/devtools/debugger/tests/unit/source-map-data/sourcemapped.map => toolkit/devtools/server/tests/unit/source-map-data/sourcemapped.map
rename : toolkit/devtools/debugger/tests/unit/sourcemapped.js => toolkit/devtools/server/tests/unit/sourcemapped.js
rename : toolkit/devtools/debugger/tests/unit/test_add_actors.js => toolkit/devtools/server/tests/unit/test_add_actors.js
rename : toolkit/devtools/debugger/tests/unit/test_attach.js => toolkit/devtools/server/tests/unit/test_attach.js
rename : toolkit/devtools/debugger/tests/unit/test_breakpoint-01.js => toolkit/devtools/server/tests/unit/test_breakpoint-01.js
rename : toolkit/devtools/debugger/tests/unit/test_breakpoint-02.js => toolkit/devtools/server/tests/unit/test_breakpoint-02.js
rename : toolkit/devtools/debugger/tests/unit/test_breakpoint-03.js => toolkit/devtools/server/tests/unit/test_breakpoint-03.js
rename : toolkit/devtools/debugger/tests/unit/test_breakpoint-04.js => toolkit/devtools/server/tests/unit/test_breakpoint-04.js
rename : toolkit/devtools/debugger/tests/unit/test_breakpoint-05.js => toolkit/devtools/server/tests/unit/test_breakpoint-05.js
rename : toolkit/devtools/debugger/tests/unit/test_breakpoint-06.js => toolkit/devtools/server/tests/unit/test_breakpoint-06.js
rename : toolkit/devtools/debugger/tests/unit/test_breakpoint-07.js => toolkit/devtools/server/tests/unit/test_breakpoint-07.js
rename : toolkit/devtools/debugger/tests/unit/test_breakpoint-08.js => toolkit/devtools/server/tests/unit/test_breakpoint-08.js
rename : toolkit/devtools/debugger/tests/unit/test_breakpoint-09.js => toolkit/devtools/server/tests/unit/test_breakpoint-09.js
rename : toolkit/devtools/debugger/tests/unit/test_breakpoint-10.js => toolkit/devtools/server/tests/unit/test_breakpoint-10.js
rename : toolkit/devtools/debugger/tests/unit/test_breakpoint-11.js => toolkit/devtools/server/tests/unit/test_breakpoint-11.js
rename : toolkit/devtools/debugger/tests/unit/test_breakpoint-12.js => toolkit/devtools/server/tests/unit/test_breakpoint-12.js
rename : toolkit/devtools/debugger/tests/unit/test_breakpointstore.js => toolkit/devtools/server/tests/unit/test_breakpointstore.js
rename : toolkit/devtools/debugger/tests/unit/test_dbgactor.js => toolkit/devtools/server/tests/unit/test_dbgactor.js
rename : toolkit/devtools/debugger/tests/unit/test_dbgclient_debuggerstatement.js => toolkit/devtools/server/tests/unit/test_dbgclient_debuggerstatement.js
rename : toolkit/devtools/debugger/tests/unit/test_dbgglobal.js => toolkit/devtools/server/tests/unit/test_dbgglobal.js
rename : toolkit/devtools/debugger/tests/unit/test_dbgsocket.js => toolkit/devtools/server/tests/unit/test_dbgsocket.js
rename : toolkit/devtools/debugger/tests/unit/test_eval-01.js => toolkit/devtools/server/tests/unit/test_eval-01.js
rename : toolkit/devtools/debugger/tests/unit/test_eval-02.js => toolkit/devtools/server/tests/unit/test_eval-02.js
rename : toolkit/devtools/debugger/tests/unit/test_eval-03.js => toolkit/devtools/server/tests/unit/test_eval-03.js
rename : toolkit/devtools/debugger/tests/unit/test_eval-04.js => toolkit/devtools/server/tests/unit/test_eval-04.js
rename : toolkit/devtools/debugger/tests/unit/test_eval-05.js => toolkit/devtools/server/tests/unit/test_eval-05.js
rename : toolkit/devtools/debugger/tests/unit/test_frameactor-01.js => toolkit/devtools/server/tests/unit/test_frameactor-01.js
rename : toolkit/devtools/debugger/tests/unit/test_frameactor-02.js => toolkit/devtools/server/tests/unit/test_frameactor-02.js
rename : toolkit/devtools/debugger/tests/unit/test_frameactor-03.js => toolkit/devtools/server/tests/unit/test_frameactor-03.js
rename : toolkit/devtools/debugger/tests/unit/test_frameactor-04.js => toolkit/devtools/server/tests/unit/test_frameactor-04.js
rename : toolkit/devtools/debugger/tests/unit/test_frameactor-05.js => toolkit/devtools/server/tests/unit/test_frameactor-05.js
rename : toolkit/devtools/debugger/tests/unit/test_framearguments-01.js => toolkit/devtools/server/tests/unit/test_framearguments-01.js
rename : toolkit/devtools/debugger/tests/unit/test_framebindings-01.js => toolkit/devtools/server/tests/unit/test_framebindings-01.js
rename : toolkit/devtools/debugger/tests/unit/test_framebindings-02.js => toolkit/devtools/server/tests/unit/test_framebindings-02.js
rename : toolkit/devtools/debugger/tests/unit/test_framebindings-03.js => toolkit/devtools/server/tests/unit/test_framebindings-03.js
rename : toolkit/devtools/debugger/tests/unit/test_framebindings-04.js => toolkit/devtools/server/tests/unit/test_framebindings-04.js
rename : toolkit/devtools/debugger/tests/unit/test_framebindings-05.js => toolkit/devtools/server/tests/unit/test_framebindings-05.js
rename : toolkit/devtools/debugger/tests/unit/test_framebindings-06.js => toolkit/devtools/server/tests/unit/test_framebindings-06.js
rename : toolkit/devtools/debugger/tests/unit/test_frameclient-01.js => toolkit/devtools/server/tests/unit/test_frameclient-01.js
rename : toolkit/devtools/debugger/tests/unit/test_frameclient-02.js => toolkit/devtools/server/tests/unit/test_frameclient-02.js
rename : toolkit/devtools/debugger/tests/unit/test_functiongrips-01.js => toolkit/devtools/server/tests/unit/test_functiongrips-01.js
rename : toolkit/devtools/debugger/tests/unit/test_getyoungestframe.js => toolkit/devtools/server/tests/unit/test_getyoungestframe.js
rename : toolkit/devtools/debugger/tests/unit/test_interrupt.js => toolkit/devtools/server/tests/unit/test_interrupt.js
rename : toolkit/devtools/debugger/tests/unit/test_listsources-01.js => toolkit/devtools/server/tests/unit/test_listsources-01.js
rename : toolkit/devtools/debugger/tests/unit/test_listsources-02.js => toolkit/devtools/server/tests/unit/test_listsources-02.js
rename : toolkit/devtools/debugger/tests/unit/test_listsources-03.js => toolkit/devtools/server/tests/unit/test_listsources-03.js
rename : toolkit/devtools/debugger/tests/unit/test_longstringactor.js => toolkit/devtools/server/tests/unit/test_longstringactor.js
rename : toolkit/devtools/debugger/tests/unit/test_longstringgrips-01.js => toolkit/devtools/server/tests/unit/test_longstringgrips-01.js
rename : toolkit/devtools/debugger/tests/unit/test_longstringgrips-02.js => toolkit/devtools/server/tests/unit/test_longstringgrips-02.js
rename : toolkit/devtools/debugger/tests/unit/test_nativewrappers.js => toolkit/devtools/server/tests/unit/test_nativewrappers.js
rename : toolkit/devtools/debugger/tests/unit/test_new_source-01.js => toolkit/devtools/server/tests/unit/test_new_source-01.js
rename : toolkit/devtools/debugger/tests/unit/test_nsjsinspector.js => toolkit/devtools/server/tests/unit/test_nsjsinspector.js
rename : toolkit/devtools/debugger/tests/unit/test_objectgrips-01.js => toolkit/devtools/server/tests/unit/test_objectgrips-01.js
rename : toolkit/devtools/debugger/tests/unit/test_objectgrips-02.js => toolkit/devtools/server/tests/unit/test_objectgrips-02.js
rename : toolkit/devtools/debugger/tests/unit/test_objectgrips-03.js => toolkit/devtools/server/tests/unit/test_objectgrips-03.js
rename : toolkit/devtools/debugger/tests/unit/test_objectgrips-04.js => toolkit/devtools/server/tests/unit/test_objectgrips-04.js
rename : toolkit/devtools/debugger/tests/unit/test_pause_exceptions-01.js => toolkit/devtools/server/tests/unit/test_pause_exceptions-01.js
rename : toolkit/devtools/debugger/tests/unit/test_pause_exceptions-02.js => toolkit/devtools/server/tests/unit/test_pause_exceptions-02.js
rename : toolkit/devtools/debugger/tests/unit/test_pauselifetime-01.js => toolkit/devtools/server/tests/unit/test_pauselifetime-01.js
rename : toolkit/devtools/debugger/tests/unit/test_pauselifetime-02.js => toolkit/devtools/server/tests/unit/test_pauselifetime-02.js
rename : toolkit/devtools/debugger/tests/unit/test_pauselifetime-03.js => toolkit/devtools/server/tests/unit/test_pauselifetime-03.js
rename : toolkit/devtools/debugger/tests/unit/test_pauselifetime-04.js => toolkit/devtools/server/tests/unit/test_pauselifetime-04.js
rename : toolkit/devtools/debugger/tests/unit/test_profiler_actor.js => toolkit/devtools/server/tests/unit/test_profiler_actor.js
rename : toolkit/devtools/debugger/tests/unit/test_source-01.js => toolkit/devtools/server/tests/unit/test_source-01.js
rename : toolkit/devtools/debugger/tests/unit/test_sourcemaps-01.js => toolkit/devtools/server/tests/unit/test_sourcemaps-01.js
rename : toolkit/devtools/debugger/tests/unit/test_sourcemaps-02.js => toolkit/devtools/server/tests/unit/test_sourcemaps-02.js
rename : toolkit/devtools/debugger/tests/unit/test_sourcemaps-03.js => toolkit/devtools/server/tests/unit/test_sourcemaps-03.js
rename : toolkit/devtools/debugger/tests/unit/test_sourcemaps-04.js => toolkit/devtools/server/tests/unit/test_sourcemaps-04.js
rename : toolkit/devtools/debugger/tests/unit/test_sourcemaps-05.js => toolkit/devtools/server/tests/unit/test_sourcemaps-05.js
rename : toolkit/devtools/debugger/tests/unit/test_sourcemaps-06.js => toolkit/devtools/server/tests/unit/test_sourcemaps-06.js
rename : toolkit/devtools/debugger/tests/unit/test_sourcemaps-07.js => toolkit/devtools/server/tests/unit/test_sourcemaps-07.js
rename : toolkit/devtools/debugger/tests/unit/test_sources_backwards_compat-01.js => toolkit/devtools/server/tests/unit/test_sources_backwards_compat-01.js
rename : toolkit/devtools/debugger/tests/unit/test_sources_backwards_compat-02.js => toolkit/devtools/server/tests/unit/test_sources_backwards_compat-02.js
rename : toolkit/devtools/debugger/tests/unit/test_stepping-01.js => toolkit/devtools/server/tests/unit/test_stepping-01.js
rename : toolkit/devtools/debugger/tests/unit/test_stepping-02.js => toolkit/devtools/server/tests/unit/test_stepping-02.js
rename : toolkit/devtools/debugger/tests/unit/test_stepping-03.js => toolkit/devtools/server/tests/unit/test_stepping-03.js
rename : toolkit/devtools/debugger/tests/unit/test_stepping-04.js => toolkit/devtools/server/tests/unit/test_stepping-04.js
rename : toolkit/devtools/debugger/tests/unit/test_stepping-05.js => toolkit/devtools/server/tests/unit/test_stepping-05.js
rename : toolkit/devtools/debugger/tests/unit/test_threadlifetime-01.js => toolkit/devtools/server/tests/unit/test_threadlifetime-01.js
rename : toolkit/devtools/debugger/tests/unit/test_threadlifetime-02.js => toolkit/devtools/server/tests/unit/test_threadlifetime-02.js
rename : toolkit/devtools/debugger/tests/unit/test_threadlifetime-03.js => toolkit/devtools/server/tests/unit/test_threadlifetime-03.js
rename : toolkit/devtools/debugger/tests/unit/test_threadlifetime-04.js => toolkit/devtools/server/tests/unit/test_threadlifetime-04.js
rename : toolkit/devtools/debugger/tests/unit/test_threadlifetime-05.js => toolkit/devtools/server/tests/unit/test_threadlifetime-05.js
rename : toolkit/devtools/debugger/tests/unit/test_threadlifetime-06.js => toolkit/devtools/server/tests/unit/test_threadlifetime-06.js
rename : toolkit/devtools/debugger/tests/unit/test_unsafeDereference.js => toolkit/devtools/server/tests/unit/test_unsafeDereference.js
rename : toolkit/devtools/debugger/tests/unit/testactors.js => toolkit/devtools/server/tests/unit/testactors.js
rename : toolkit/devtools/debugger/tests/unit/testcompatactors.js => toolkit/devtools/server/tests/unit/testcompatactors.js
rename : toolkit/devtools/debugger/tests/unit/xpcshell.ini => toolkit/devtools/server/tests/unit/xpcshell.ini
rename : toolkit/devtools/debugger/dbg-transport.js => toolkit/devtools/server/transport.js
2013-05-21 16:39:13 -07:00
Dave Camp
a45e8355d3
Bug 871784 - b2g should specify its debug actors explicitly rather than using addBrowserActors. r=past,r=jimb,r=fabrice
2013-05-21 16:36:43 -07:00
Ryan VanderMeulen
fb92d96f3e
Backed out changeset 4cb1973f06b9 (bug 868439) for Android M2 failures.
...
CLOSED TREE
2013-05-21 10:48:09 -04:00
Martijn Wargers
979e6df166
Bug 868439 - Convert some uses of nsIPrefBranch to SpecialPowers. r=jmaher
2013-05-21 02:14:06 +02:00
Ryan VanderMeulen
12b5ca0b05
Merge m-c to inbound.
2013-05-21 08:17:04 -04:00
Joe Walker
12c472d4a0
Bug 832717 - Help synopsis for GCLI commands should include the -- prefix needed to pass parameters; r=mratcliffe
2013-05-21 10:18:56 +01:00
Quentin Pradet
0d85af40a6
Bug 773271 - GCLI needs a date type; r=jwalker,harth
2013-05-21 10:18:55 +01:00
Joe Walker
c86cac0340
Bug 834230 - break del command suffers from an off by 1 error; r=vporof
2013-05-21 10:18:55 +01:00
Joe Walker
1aa8c8d0f0
Bug 866680 - gcli string params should allow empty values; r=mgoodwin,harth
2013-05-21 10:18:54 +01:00
Joe Walker
aa4d623f25
Bug 786661 - GCLI should not auto-unescape command line escapes; r=optimizer,harth
2013-05-21 10:18:54 +01:00
Drew Willcoxon
216dcc61f4
Bug 518606 - Improve about:support's "Copy text to clipboard" output. r=unfocused
2013-05-20 20:05:53 -07:00
Drew Willcoxon
c71b992be6
Bug 868793 - Fix about:support's "ASSERTION: FormatStringFromName() without format parameters". r=felipe
2013-05-20 20:05:50 -07:00
Ryan VanderMeulen
94badf2c3a
Merge m-c to fx-team.
2013-05-20 16:22:54 -04:00
Ryan VanderMeulen
19967eb46b
Merge m-c to inbound.
2013-05-20 22:28:32 -04:00
Mihai Sucan
e182346196
Bug 863818 - console.log messages don't appear in the Web Console when connecting to 'shell.xul' via Simulator; r=past
2013-05-16 22:54:40 +03:00
Boris Zbarsky
dbe1f3da32
Bug 873735 part 2. Change nsIXPConnectJSObjectHolder::GetJSObject to return a JSObject*. r=bholley
2013-05-20 08:44:18 -04:00
Gregory Szorc
1b12175ba0
Bug 873629 - Remove 129 empty Makefile.in files; r=ted
2013-05-17 16:20:11 -07:00
Ryan VanderMeulen
d74b0674fe
Merge m-c to inbound on a CLOSED TREE.
2013-05-17 17:34:54 -04:00
Ryan VanderMeulen
1f38b1f993
Backed out changesets 073791f33ab7 and 7ac5779a426c (bug 859756) for causing intermittent Windows build failures.
...
CLOSED TREE
2013-05-17 17:30:20 -04:00
Ryan VanderMeulen
734b934f05
Merge m-c to fx-team.
2013-05-17 12:51:20 -04:00
Mihai Sucan
504f602058
Bug 859756 - [browserconsole] Show nsIConsoleMessages in the Browser Console; r=robcee
2013-05-17 13:36:56 +03:00
Ryan VanderMeulen
fd4b627c2f
Merge m-c to inbound.
2013-05-17 09:08:44 -04:00
Ryan VanderMeulen
a949d8549f
Merge m-c to birch.
2013-05-16 20:31:26 -04:00
Ryan VanderMeulen
91eae578bd
Merge inbound to m-c.
2013-05-16 20:29:40 -04:00
Sotaro Ikeda
c94d81b23d
Bug 871753 Part2 - add libstagefright_foundation r=mwu
2013-05-16 17:24:20 -07:00
Ryan VanderMeulen
5d89a58470
Merge m-c to fx-team.
2013-05-16 16:19:25 -04:00
Panos Astithas
259e2a67eb
Bug 871510 - Some event handlers appear as undefined, hiding the appropriate null values in the prototype; r=msucan
2013-05-16 18:42:15 +03:00
Mihai Sucan
565f18d189
Bug 871156 - Allow Ctrl+W to close the tab when the Web Console is focused; r=robcee
2013-05-16 15:35:53 +03:00
Victor Porof
5541c2365f
Merge m-c to fx-team
2013-05-16 10:32:06 +03:00
Ryan VanderMeulen
3e297204ce
Merge inbound to m-c.
2013-05-15 21:14:58 -04:00
Brian R. Bondy
73a4a9fb93
Bug 572162 - Changes to tests for update root hash changes. r=rstrong
2013-05-15 10:58:09 -07:00
Brian R. Bondy
96ee2048cc
Bug 572162 - Use TaskbarIDs hash as update dir root. r=rstrong
2013-05-15 10:58:09 -07:00
Brian R. Bondy
513db3c5b4
Bug 572162 - Cleanup new update directory and obsolete old after updates and installs. r=rstrong
2013-05-15 10:58:09 -07:00
Brian R. Bondy
8921a0379c
Bug 572162 - Update root dir migration xpcshell tests. r=rstrong
2013-05-15 10:58:09 -07:00
Brian R. Bondy
08dbcd55b0
Bug 572162 - Migrate update files to new update directory after updates. r=rstrong
2013-05-15 10:58:09 -07:00
Panos Astithas
264e4370b5
Fix another typo in Loader.jsm (bug 867485); r=dcamp
2013-05-15 17:22:01 +03:00
Panos Astithas
a3f9a4448f
Fix a few typos in Loader.jsm (bug 867485); r=jwalker
2013-05-14 12:48:18 +03:00
Ryan VanderMeulen
11569f273b
Merge m-c to fx-team.
2013-05-13 16:33:59 -04:00
Ryan VanderMeulen
4038e4710f
Merge m-c to inbound.
2013-05-13 12:02:04 -04:00
Ryan VanderMeulen
205974ddab
Merge m-c to birch.
2013-05-13 09:53:32 -04:00
Gijs Kruitbosch
be58c8824c
Bug 865316 - Fix styling of dropmarkers and borders for toolbarbutton-menu and toolbarbutton-menu-dropmarker, r=dao
2013-05-13 14:59:18 +02:00
Nick Fitzgerald
d06a609568
Bug 865252 - Don't heavily prefer cache when loading source mapped sources; r=rcampbell
2013-05-13 14:53:00 +03:00
Ed Morley
c7205ce10a
Backed out changeset 2d5c2f191920 (bug 863445) for breaking Android Nightlies
...
--HG--
rename : mobile/android/base/fennec-ids-generator.py => build/mobile/robocop/parse_ids.py
2013-05-13 12:31:39 +01:00
Ed Morley
89a552998f
Backed out changeset dac51812454a (bug 863445)
2013-05-13 12:31:10 +01:00
Nick Fitzgerald
c80267cf2f
Bug 852792 - load sources from the 'sourcesContent' field in a source map, if available; r=rcampbell
2013-05-13 14:16:00 +03:00
Nick Alexander
0cab26edde
Merge mozilla-central into services-central.
2013-05-12 16:19:27 -07:00
L. David Baron
3d0109705b
Merge mozilla-inbound and mozilla-central.
...
(The mozilla-central side of the merge is entirely a merge from fx-team into mozilla-central.)
2013-05-11 22:00:23 -07:00
Nick Alexander
672acf8042
Bug 863445 - Part 3: Make build/mobile/robocop/Makefile.in produce robocop-debug-signed.apk. r=jmaher
...
Also makes the developer-facing `make mochitest-robocop` run
robocop-debug-signed.apk, and deprecates `make
mochitest-robotium` (since we name this suite robocop on TBPL).
2013-05-11 16:53:49 -07:00
Nick Alexander
59c2e95f0d
Bug 863445 - Part 1: Make mobile/android/base/Makefile.in generate $(DIST)/fennec_ids.txt. r=jmaher
...
--HG--
rename : build/mobile/robocop/parse_ids.py => mobile/android/base/fennec-ids-generator.py
2013-05-11 16:53:48 -07:00
Joe Walker
594771a12d
Merge mozilla-central into fx-team
2013-05-11 15:11:54 +01:00
Ryan VanderMeulen
7fdae1381e
Merge m-c to inbound on a CLOSED TREE.
2013-05-11 09:49:12 -04:00
Ryan VanderMeulen
5bb2d127c8
Backed out changeset 080912624060 (bug 869209) for Android xpcshell failures.
...
CLOSED TREE
2013-05-11 08:14:34 -04:00
Joe Walker
92a33daff8
Backed out changeset 6ebf2274acf5 (Bug 852792) for xpcshell bustage
2013-05-11 12:13:09 +01:00
Joe Walker
bc99487254
Backed out changeset 752dca088d71 (Bug 865252) for xpcshell bustage
2013-05-11 12:08:58 +01:00
Nick Alexander
ff732cfe09
Backed out e7739a472f09, 3fd142236a0f, and 382ec69cdfb1 (Bug 863445) for Android rc1 and rc2 failures on a CLOSED TREE. r=me
...
--HG--
rename : mobile/android/base/fennec-ids-generator.py => build/mobile/robocop/parse_ids.py
2013-05-10 21:38:52 -07:00
Nick Alexander
88436ea766
Bug 863445 - Part 3: Make build/mobile/robocop/Makefile.in produce robocop-debug-signed.apk. r=jmaher
...
Also makes the developer-facing `make mochitest-robocop` run
robocop-debug-signed.apk, and deprecates `make
mochitest-robotium` (since we name this suite robocop on TBPL).
2013-05-10 18:39:00 -07:00
Nick Alexander
a94e3667f9
Bug 863445 - Part 1: Make mobile/android/base/Makefile.in generate $(DIST)/fennec_ids.txt. r=jmaher
...
--HG--
rename : build/mobile/robocop/parse_ids.py => mobile/android/base/fennec-ids-generator.py
2013-05-10 18:39:00 -07:00
Shane Caraveo
91c6289f4f
bug 869209 order social providers by frecency, r=mak
2013-05-10 12:06:34 -07:00
Nick Fitzgerald
aaeb3d24e3
Bug 865252 - Don't heavily prefer cache when loading source mapped sources; r=robcee
2013-05-11 10:22:38 +01:00
Nick Fitzgerald
430d3e36ee
Bug 852792 - load sources from the sourcesContent field in a source map, if available; r=robcee
2013-05-11 10:22:36 +01:00
Mihai Sucan
263228aee0
Bug 870220 - Web Console property inspector shows duplicate entries for navigator.plugins; r=robcee,vporof
2013-05-11 12:05:21 +03:00
Ryan VanderMeulen
d2fc01f4fc
Merge m-c to fx-team.
2013-05-10 15:00:46 -04:00
Fabrice Desré
117286fef8
Bug 853350 - Follow up. Make windows build.
2013-05-10 21:16:15 +02:00
Ed Morley
19127a4539
Merge mozilla-central and birch
2013-05-10 12:18:48 +01:00
Joe Walker
816205e422
Bug 839862 - The developer toolbar / GCLI should be able to execute commands remotely; r=dcamp
...
--HG--
rename : browser/devtools/shared/Templater.jsm => toolkit/devtools/gcli/Templater.jsm
rename : browser/devtools/commandline/gcli.jsm => toolkit/devtools/gcli/gcli.jsm
2013-05-09 15:15:22 +01:00
Mark Banner
ac87dbbe99
Bug 872323 Ensure places is enabled in social tests now that they rely on places, so that apps which disable places by default have their tests passing. r=mixedpuppy
2013-05-17 09:51:36 +02:00
Shane Caraveo
db6727b804
bug 862314 prevent double install of providers, r=markh
2013-05-09 12:59:57 -07:00
Shane Caraveo
cf634c4949
bug 870473 limit number of ambient notification icons, r=felipe
2013-05-09 17:10:14 -07:00
Raymond Lee
a8d07a4b9a
Bug 852478 - Store the date and time of downloads. r=paolo
2013-05-10 20:26:10 +08:00
Ryan VanderMeulen
b75cbe55be
Merge m-c to inbound.
2013-05-10 14:57:50 -04:00
Marco Chen
82376ebd86
Bug 847006 - Add .amr into and remove aac from music as well as add m4v into video filter on device storage. r=dougt, r=doublec, a=leo+
2013-05-07 11:02:21 +08:00
Dave Camp
1b64436fe0
Bug 867485: Move the devtools loader into toolkit/ r=jwalker
2013-05-01 09:27:24 -07:00
Mihai Sucan
3d97bcc986
Bug 869003 - Cannot inspect objects from cross-domain iframes; r=robcee
2013-05-09 18:20:51 +03:00
Joe Walker
f5cd7ed064
Backed out changeset d6249744132e (bug 839862) because xpcshell bustage
2013-05-09 17:46:27 +01:00
Joe Walker
75dc90c8cd
Bug 839862 - The developer toolbar / GCLI should be able to execute commands remotely; r=dcamp
2013-05-09 15:15:22 +01:00
Joe Walker
7b28da5780
Bug 849171 - Console.jsm output of errors could be better; r=msucan
2013-05-09 15:15:22 +01:00
Mihai Sucan
9a1335ca6b
Bug 869981 - Bring back inspect() jsterm helper function; r=me a=robcee
2013-05-09 13:36:56 +03:00
Ryan VanderMeulen
6428dfb7b0
Merge m-c to fx-team.
2013-05-09 00:19:26 -04:00
Phil Ringnalda
32820feb08
Merge m-c to fx-team
2013-05-07 19:55:28 -07:00
Ryan VanderMeulen
e507d01d4b
Merge inbound to m-c.
2013-05-07 22:10:19 -04:00
Heather Arthur
5e351acfaa
Bug 868321 - Sites with no stylesheets just show loading indicator forever; r=dcamp
2013-05-07 15:49:52 -07:00
Phil Ringnalda
169bb0321a
Back out f2ac70bee1e0 (bug 798358) until it tells us what jsonobj it is talking about
...
CLOSED TREE
2013-05-07 14:39:59 -07:00
Blake Kaplan
74c974ca73
Bug 869086 - Make textbox.xml resilient against the changes in bug 653881. r=gavin
2013-05-06 11:15:51 -07:00
Ryan VanderMeulen
08bd4ab5be
Backed out changesets bb126ac7b33d and 7bbc04988e85 (bug 861495) for webconsole mochitest timeouts.
2013-05-07 14:39:16 -04:00
Colby Russell
c8c7d80ad7
Bug 861495 - Transplant getOuterWindowWithId from nsIDOMWindowUtils to a window-related service: WebConsoleUtils.jsm. r=msucan
2013-05-07 12:34:21 -04:00
Marco Chen
69906d5894
Bug 859711 - [A/V] Add mp4 sniffer to recognizing isom/iso2 comptiable_brand. r=padenot
2013-05-07 10:17:34 +08:00
Tim Taubert
68e8086683
merge m-c to fx-team
2013-05-07 09:19:32 +02:00
David Creswick
7edaa6edcf
Bug 740541 - Style sheets in iframes are not listed in the style editor; r=harth
2013-05-06 20:31:46 -07:00
Jan Horak
e2c0eef9eb
Bug 860213 - Use async version of set metadata. r=Neil
2013-05-06 09:04:16 -04:00
Ryan VanderMeulen
0b9a3405dc
Merge m-c to inbound.
2013-05-06 08:29:37 -04:00
Tim Taubert
7f9514fd7d
merge m-c to fx-team
...
--HG--
rename : browser/base/content/test/social/social_share_image.png => browser/base/content/test/social/social_mark_image.png
2013-05-06 13:30:45 +02:00
Phil Ringnalda
d2e2493e79
Merge m-c to fx-team
2013-05-05 12:28:41 -07:00
Phil Ringnalda
83ba78aabd
Merge m-c to fx-team
2013-05-03 21:37:03 -07:00
Mihai Sucan
ca581184a2
Bug 865792 - Firefox for Android remote console doesn't evaluate JS expressions; r=past
2013-05-01 14:38:45 +03:00
Ritesh Modi
4a1d85259b
Bug 866636 - AddonUpdateChecker bypasses it cache, but doesn't inhibit writing to it. r=Unfocused
2013-05-03 16:24:51 +12:00
Myk Melez
a9d244b3fe
bug 856232 - let addons add DebuggerServer actors anytime; r=past,dcamp
...
---
toolkit/devtools/debugger/server/dbg-server.js | 15 ++--
.../debugger/tests/unit/post_init_global_actors.js | 17 +++++
.../debugger/tests/unit/post_init_tab_actors.js | 17 +++++
.../debugger/tests/unit/pre_init_global_actors.js | 17 +++++
.../debugger/tests/unit/pre_init_tab_actors.js | 17 +++++
.../debugger/tests/unit/test_add_actors.js | 82 ++++++++++++++++++++++
toolkit/devtools/debugger/tests/unit/xpcshell.ini | 1 +
7 files changed, 159 insertions(+), 7 deletions(-)
create mode 100644 toolkit/devtools/debugger/tests/unit/post_init_global_actors.js
create mode 100644 toolkit/devtools/debugger/tests/unit/post_init_tab_actors.js
create mode 100644 toolkit/devtools/debugger/tests/unit/pre_init_global_actors.js
create mode 100644 toolkit/devtools/debugger/tests/unit/pre_init_tab_actors.js
create mode 100644 toolkit/devtools/debugger/tests/unit/test_add_actors.js
--HG--
extra : amend_source : 840d4a85559c17b84dedb18bf374ca6a3e84e631
2013-05-03 18:21:48 -07:00
Bobby Holley
a852984d89
Bug 829872 - Fix up tests that depend on contentDocument being non-null. r=imelven
...
These almost universally depend on some sort of special privileges, so I don't
think they're representative of any use-cases we might find on the web.
2013-05-03 14:47:10 -07:00
Matt Brubeck
40b69bb3d8
Back out changeset 29c172213ff7 (bug 853151) because of Ts and Tp5 regressions
...
--HG--
rename : browser/base/content/test/social/social_mark_image.png => browser/base/content/test/social/social_share_image.png
2013-05-03 10:59:43 -07:00
Gregory Szorc
522764dec4
Bug 863069 - Part 1: Sort lists in moz.build files; r=mshal
2013-05-03 09:54:45 -07:00
Dave Camp
1ed8f2da92
Backed out changeset 9c204e0c1af1 (bug 867485) for bustage.
2013-05-01 14:03:19 -07:00
Dave Camp
39b9e653c1
Bug 867485: Move the devtools loader into toolkit/ r=jwalker
2013-05-01 09:27:24 -07:00
Panos Astithas
80cfd9ffb6
Bug 832231 - After a reload, breakpoints require multiple resumes to allow execution to continue; r=vporof
2013-05-01 18:29:33 +03:00
Brandon Benvie
5a6d714476
bug 843094 - Remove the PropertyPanel; r=msucan
2013-05-03 11:39:00 -04:00
Fabrice Desré
1471531700
Bug 853350 - followup to make windows happy r=me
2013-05-09 18:04:56 -07:00
Fabrice Desré
9b82bf1f9e
Bug 853350 - Implement a notification system to monitor disk space r=bent
2013-05-09 15:57:31 -07:00
Gregor Wagner
29ae84c2af
Bug 871828 - Fix global object sharing for FormHistory. r=gavin, r=khuey
2013-05-14 08:29:31 -04:00
Joey Armstrong
26736a0ee2
bug 869143: phase2 cleanup for XPCSHELL_TEST conversion. r=mshal
2013-05-13 16:24:07 -04:00
Ryan VanderMeulen
5a97bb58af
Merge m-c to inbound.
2013-05-17 15:40:53 -04:00
Kushagra Sinha
0869438fd3
Bug 870622 - Unexpected Unix error when filename is not defined. Typechecking for |writeAtomic| function. r=yoric
2013-05-16 20:27:27 +05:30
Gavin Sharp
4d947b6985
Re-land patches from bug 566746 and bug 697377 now that bug 851641 is addressed
2013-04-19 15:21:30 -07:00