Ryan VanderMeulen
e168631670
Backed out 10 changesets (bug 889911, bug 889714) due to merge conflicts on a CLOSED TREE.
...
Backed out changeset 1a1a536121da (bug 889714)
Backed out changeset 2cd88ef9eea5 (bug 889714)
Backed out changeset 489723887eca (bug 889714)
Backed out changeset 2b38ce22cf97 (bug 889714)
Backed out changeset 87b0a59a5d51 (bug 889714)
Backed out changeset 13229bab2ba4 (bug 889714)
Backed out changeset 234bd6d1fbed (bug 889714)
Backed out changeset 4f5f62284917 (bug 889714)
Backed out changeset 18537c4436c7 (bug 889911)
Backed out changeset ca7060ab1588 (bug 889911)
2013-07-16 21:16:31 -04:00
Bobby Holley
c1403cacc4
Bug 889911 - Switch xpcshell to SystemErrorReporter with a little bit of special magic. r=mrbkap
...
XPCShell currently overrides all the JSContexts whose creation it observes with
its own custom error reporter. This reporter does all sorts of funny things which
we try to clean up for the most part. But there are a few very intricate
considerations at play.
First, the old xpcshell error reporter does some mumbo jumbo with the
XPCCallContext stack to try to guess whether some other code might catch the
exception. This is total garbage on a number of fronts, particularly because
the XPCCallContext stack has no concept of saved frame chains, nested event
loops, sandbox boundaries, origin boundaries, or any of the myriad of
complicating factors that determine whether or not an exception will propagate.
So we get rid of it. But this causes some crazy debugger tests to fail, because
they rely on an exception from uriloader/exthandler/nsHandlerService.js getting
squelched, and can't handle anybody reporting errors to the console service at
the particular moment of contortionism when the exception is raised. So we need
to introduce an explicit mechanism to disable the error reporter here to keep
things running.
Second, we have to be very careful about tracking the return status of the
xpcshell binary. The old code would simply flag an error code if the error
handler was invoked, and we can mostly continue to do that. But there are some
complications. See the comments.
Finally, we don't anything analogous in XPCShellEnvironment, because I have
patches in bug 889714 to remove its state-dependence on the error reporter.
I'll switch it to SystemErrorReporter in that bug.
2013-07-16 18:04:49 -07:00
Gregory Szorc
5cf35af589
No Bug - Removing empty Makefile.in files; r=me
2013-07-18 09:09:28 -07:00
Ehsan Akhgari
192bc42d5e
Bug 895141 - Remove useless prlong.h inclusions from the tree; r=jcranmer
2013-07-18 12:06:38 -04:00
Jim Mathies
b601f4559a
Bug 895421 - Remove obsolete overlay scrollbar css in Windows toolkit theme. r=spohl
2013-07-18 09:47:45 -05:00
Drew Willcoxon
f5050ce178
Bug 870104 - Add telemetry to BackgroundPageThumbs. r=markh,froydnj
2013-07-12 21:03:18 -07:00
Drew Willcoxon
f65a36ff8a
Bug 891169 - Make BackgroundPageThumbs safer when there are private windows open. r=markh
2013-07-12 21:03:15 -07:00
Honza Bambas
e4b77b101d
Bug 892486 - Telemetry for appcache vs http cache page load, r=ehsan
2013-07-16 19:38:15 +02:00
Mike Shal
1c7eb2843f
Bug 889787 - Define XP_LINUX globally; r=ted
2013-07-16 17:10:10 -04:00
Dave Camp
5fa1124809
Bug 879523 - Remote the SelectorSearch. r=paul
2013-06-10 21:18:46 -07:00
Francesco Lodolo [:flod]
c7be86c0f8
Bug 871697 - GCLI: review strings and l10n comment, fix wrong strings disconnectDesc and disconnectManual; r=jwalker
2013-07-20 05:18:43 +01:00
Joe Walker
bb24e88a46
Bug 767587 - GCLI should have a type for files; r=mratcliffe
2013-07-20 05:17:24 +01:00
Tim Taubert
c3c7b7a4cb
Bug 895185 - Implement Promise.every(); r=paolo sr=mossop
2013-07-20 09:34:10 +02:00
Ryan VanderMeulen
eacb4d11d4
Merge m-c to fx-team.
2013-07-19 20:57:44 -04:00
Ryan VanderMeulen
49e6edcb42
Merge m-c to fx-team on a CLOSED TREE.
2013-07-19 13:44:28 -04:00
Ryan VanderMeulen
c69d0fec41
Merge m-c to fx-team.
2013-07-18 20:37:32 -04:00
Dave Camp
066cd8ea57
Bug 888528 - Add node deletion/insertion to the walker actor. r=jwalker
2013-06-17 06:52:53 -07:00
Panos Astithas
169d483962
Implement backend support for breaking on DOM events and retrieving all the event listeners on a page (bug 832982); r=rcampbell,smaug
2013-07-18 14:14:16 +03:00
Panos Astithas
b157d819e2
Don't pause twice on a breakpoint or debugger statement while stepping (bug 829028); r=rcampbell
2013-07-18 12:45:17 +03:00
Panos Astithas
db345be1be
Clear any previous stepping hooks on a plain resumption (bug 832234); r=rcampbell
2013-07-18 12:45:17 +03:00
Philipp Kewisch
434e0291c7
Bug 872897 - TypeError: cyclic object value when opening style editor. r=harth
2013-06-10 23:02:24 +02:00
Dave Camp
0257b1904b
Bug 896267 - Only create one walker actor per tab. r=harth
2013-07-19 11:21:40 -07:00
Brandon Benvie
9d1632cde4
bug 825039 - Make Scratchpad execute in context of current debugger; r=rcampbell,msucan,past
2013-07-23 09:58:27 -07:00
Tom Schuster
01185cf81d
Bug 886903 - Send correct UserAgent data for content process. r=jdm
2013-04-22 18:41:59 +02:00
Tom Schuster
c424960853
Bug 868859 - Use CPOWs to pass browser.contentWindow and webProgress.DOMWindow in e10s. r=felipe
2013-07-17 09:27:49 -04:00
Nicholas Nethercote
69a5c45d08
Bug 864236 - Make multi-MiB allocations in the url-classifier fallible. r=dcamp
2013-04-22 00:04:46 -07:00
Ryan VanderMeulen
261b7bfae6
Bug 741102 - Fix indentation in Makefile.in.
2013-07-24 10:01:07 -04:00
Ryan VanderMeulen
cc6b678858
Backed out 4 changesets (bug 893858, bug 868859, bug 886903) for Linux debug mochitest-other crashes on a CLOSED TREE.
...
Backed out changeset 0ded4854067b (bug 886903)
Backed out changeset ca8afb897e13 (bug 893858)
Backed out changeset c15f503a96cc (bug 868859)
Backed out changeset 6a788f399a7f (bug 868859)
2013-07-17 12:43:59 -04:00
Tom Schuster
a2ae0d76c3
Bug 886903 - Send correct UserAgent data for content process. r=jdm
2013-04-22 18:41:59 +02:00
Tom Schuster
986ae57c55
Bug 868859 - Use CPOWs to pass browser.contentWindow and webProgress.DOMWindow in e10s. r=felipe
2013-07-17 09:27:49 -04:00
Mihnea Dobrescu-Balaur
e67903f544
Bug 889076 - Use the profile dir to store minidumps in the crashreporter xpcshell tests. r=ted
2013-07-10 14:10:04 -07:00
Mihnea Dobrescu-Balaur
e0c8fc598b
Bug 888537 - Use a dynamic port in downloads/ xpcshell tests so they can be run in parallel. r=mak
2013-07-11 11:31:24 -07:00
Brian O'Keefe
f4815f2203
Bug 883502 - Part 1: Move 'chromium_config.mk' includes after rules.mk. r=gps
2013-07-04 08:28:43 -04:00
Marco Bonardo
225c6feacc
bug 892454 - Use a less fragile flag than zero frecency to skip the frecency update on visit.
...
r=Mano
2013-07-16 15:36:08 +02:00
Joey Armstrong
bfc9abde85
bug 880773: Cleanup/final patch - remove DISABLED_SSRCS. r=mshal
2013-07-16 08:47:40 -04:00
Richard Marti
e83693abf1
Bug 855998 - Use Aero styling for hover and selected items in UI. r=dao, r=jaws, ui-r=shorlander
2013-07-15 20:36:26 +02:00
Ryan VanderMeulen
0c9a0a1b98
Backed out 4 changesets (bug 889911) for Windows bustage.
...
Backed out changeset 5e55ddfc9dc3 (bug 889911)
Backed out changeset 5e296989dd3d (bug 889911)
Backed out changeset 6e48a408d1de (bug 889911)
Backed out changeset e4ec71ab768f (bug 889911)
2013-07-15 15:28:29 -04:00
Bobby Holley
5ceb4432cd
Bug 889911 - Switch xpcshell to SystemErrorReporter with a little bit of special magic. r=mrbkap
...
XPCShell currently overrides all the JSContexts whose creation it observes with
its own custom error reporter. This reporter does all sorts of funny things which
we try to clean up for the most part. But there are a few very intricate
considerations at play.
First, the old xpcshell error reporter does some mumbo jumbo with the
XPCCallContext stack to try to guess whether some other code might catch the
exception. This is total garbage on a number of fronts, particularly because
the XPCCallContext stack has no concept of saved frame chains, nested event
loops, sandbox boundaries, origin boundaries, or any of the myriad of
complicating factors that determine whether or not an exception will propagate.
So we get rid of it. But this causes some crazy debugger tests to fail, because
they rely on an exception from uriloader/exthandler/nsHandlerService.js getting
squelched, and can't handle anybody reporting errors to the console service at
the particular moment of contortionism when the exception is raised. So we need
to introduce an explicit mechanism to disable the error reporter here to keep
things running.
Second, we have to be very careful about tracking the return status of the
xpcshell binary. The old code would simply flag an error code if the error
handler was invoked, and we can mostly continue to do that. But there are some
complications. See the comments.
Finally, we don't anything analogous in XPCShellEnvironment, because I have
patches in bug 889714 to remove its state-dependence on the error reporter.
I'll switch it to SystemErrorReporter in that bug.
2013-07-15 11:44:51 -07:00
Bobby Holley
de5346d5c6
Bug 889911 - Fix tests that unconditionally throw for things reported to the console. r=mrbkap
...
When we start sending everything reported to the JSErrorReporter to the console,
these tests end up getting confused by warnings.
2013-07-15 11:44:50 -07:00
Shane Caraveo
a0486eb02e
bug 872605 add ability to update provider manifest, r=markh
2013-07-03 10:24:16 -07:00
Geoff Lankow
bad0606dc7
Bug 891181 - Textbox-based <setting> bindings un-focus when forward slash (/) key is pressed. r=bmcbride
2013-07-09 20:31:17 +12:00
Mihnea Dobrescu-Balaur
2df46a724a
Bug 888526 - Use the profile dir instead of the bin dir for contentpref xpcshell tests. r=ted
2013-07-11 15:10:28 -07:00
Mike Hommey
b97d1767fc
Bug 892904 - Remove useless includes of config.mk. r=gps
2013-07-15 18:48:40 +09:00
Mike Hommey
7ef932ec49
Bug 887483 - Remove some more useless FORCE_STATIC_LIB and leftover comments from previous removal. r=mshal
2013-07-15 18:48:40 +09:00
Mike Conley
7ae91a2e5d
Unit test for Bug 893316 - Http.jsm doesn't listen to method option parameter. r=Mossop
2013-07-15 09:26:55 +02:00
Mike Conley
50edcd0cce
Bug 893316 - Http.jsm doesn't listen to method option parameter. r=Mossop
2013-07-15 09:25:57 +02:00
Phil Ringnalda
d8995cfc23
Back out 0327b814b3ff (bug 870104) and 1b368df20595 (bug 891169) for 10.8 browser_thumbnails_background.js timeouts
2013-07-13 09:14:42 -07:00
Drew Willcoxon
11d987731d
Bug 870104 - Add telemetry to BackgroundPageThumbs. r=markh,froydnj
2013-07-12 21:03:18 -07:00
Drew Willcoxon
e04b283559
Bug 891169 - Make BackgroundPageThumbs safer when there are private windows open. r=markh
2013-07-12 21:03:15 -07:00
Wes Kocher
68d4cea5d2
Backout e6bda3437a7c for OSX bustage.
2013-07-12 15:08:33 -07:00
Nathan Froyd
e91b64a653
Bug 892765 - part 3 - run captivedetect test http server on OS-determined port; r=schien
2013-06-22 16:59:16 -04:00
Nathan Froyd
e7df53c69e
Bug 892765 - part 2 - rewrite captivedetect tests in terms of run_captivedetect_test; r=schien
2013-07-12 17:03:11 -04:00
Nathan Froyd
6c72dc8924
Bug 892765 - part 1 - move common captivedetect test code into head_setprefs.js; r=schien
2013-07-12 17:01:53 -04:00
Joey Armstrong
d9dc3bc6fb
bug 870407: move CMMSRCS to mozbuild (file batch #4 ). r=mshal
2013-07-12 16:50:34 -04:00
Brian Smith
4f6c3f54d8
Bug 837862: Remove the MOZ_PSM build option, r=gps
...
--HG--
extra : rebase_source : 61403d908f5507d2b5b69894efc28a8a2e2abbd0
2013-07-01 18:35:20 -07:00
Ryan VanderMeulen
d03fb91d02
Merge m-c to inbound.
2013-07-12 15:51:48 -04:00
Panos Astithas
e9012c3b84
Fix step-in in chrome debugging by loading the promise library in the debugger server's compartment (Bug 834756); r=dtownsend,vporof
2013-07-12 22:13:21 +03:00
Ryan VanderMeulen
f175b8ed70
Merge m-c to fx-team.
2013-07-12 13:34:44 -04:00
Jim Blandy
bc3bf7126b
Bug 878958: Implement ChildDebuggerTransport, a debug protocol transport for communicating with content child processes via process message managers. r=dcamp
...
Transport classes (or prototypes?) should have a label that the requester telemetry stuff can cite, instead of that freaky check we have now.
2013-07-12 11:08:28 -07:00
Ryan VanderMeulen
784b4970b1
Merge m-c to fx-team.
2013-07-11 21:58:48 -04:00
Ryan VanderMeulen
c4bd510d01
Merge birch to m-c.
2013-07-11 21:55:16 -04:00
Ryan VanderMeulen
7155e76d44
Backed out changeset 817ceeb741b4 (bug 888528) for mochitest-other orange.
2013-07-11 15:21:41 -04:00
Alexandre Poirot
b1940863c7
Bug 889356 - Add test for app redirects
manifest feature. r=fabrice
2013-07-11 14:43:53 -04:00
Alexandre Poirot
1e1a4993e4
Bug 889356 - The redirects functionality appears to fail via pushing the app to the device. r=fabrice
2013-07-11 14:43:38 -04:00
Nick Fitzgerald
f7ca2063a8
Bug 892100 - Script actor's source loading error reporting broken; r=past
2013-07-11 10:56:23 -07:00
Ed Morley
16bf648135
Merge mozilla-central and fx-team
2013-07-11 10:59:07 +01:00
Panos Astithas
698b809ffe
Rename Promise to promise to avoid collisions with the forthcoming DOM Promise implementation (bug 885318); r=jwalker
2013-07-11 10:12:20 +03:00
Gavin Sharp
935768b349
Bug 890085: don't throw in the currentEngine/defaultEngine setters if the defaultenginename pref is invalid, r=mikedeboer
...
--HG--
extra : transplant_source : I%18%BA%EB%E8%B1%95V%FA%BF%FA%F5L%14%60%BD%FC%A2DK
2013-07-10 14:35:30 -07:00
Ryan VanderMeulen
d806e1e244
Merge m-c to inbound.
2013-07-10 09:45:16 -04:00
Matthew Noorenberghe
4a08595eeb
Bug 888584 - Lazily load IdentityUtils.jsm. r=khuey
2013-07-09 18:15:34 -07:00
Heather Arthur
ea9a6f1485
Bug 891171 - Remove actor id from StyleSheetActor event type name; r=dcamp
2013-07-09 17:34:14 -07:00
Daniel Holbert
fcf87a3142
Bug 891993: Mark toolkit/components/downloads/ as FAIL_ON_WARNINGS. r=mak
2013-07-10 16:20:57 -07:00
Jim Blandy
325ce1a84b
NO BUG: JS Debugger: Fix variable name in reportError. r=gijs
2013-07-10 16:02:28 -07:00
Gregory Szorc
19850b9b8e
Bug 891632 - Port NO_DIST_INSTALL to moz.build; r=joey
...
Many of the moved variables are likely not needed. moz.build should one
day validate the sandbox's output and error if "useless" variables are
present.
--HG--
extra : rebase_source : 3abdea056c18d00ede8c15b37db60532eca58630
2013-07-10 12:08:21 -07:00
David Rajchenbach-Teller
a2552d0e20
Bug 890050 - OS.File.writeAtomic should rename by default. r=froydnj
2013-07-10 14:57:17 -04:00
Ryan VanderMeulen
03e73d9988
Backed out changeset b7d6458d2a3c (bug 887483) for apparently causing Android robocop-2 failures.
2013-07-10 13:51:28 -04:00
Ryan VanderMeulen
951ed6c4a2
Merge m-c to inbound.
2013-07-11 10:59:21 -04:00
Florian Quèze
9cc8c48af8
Bug 891836 - JavaScript warning in SocialService.jsm: assignment to undeclared variable p, r=mixedpuppy.
2013-07-11 16:52:30 +02:00
Ed Morley
17de8eb070
Backed out changeset ee7d34a58f11 (bug 886173) for mochitest 1 failures in test_playback_rate.html
2013-07-11 15:31:52 +01:00
J. Ryan Stinnett
751dda07cd
Bug 282097 - Part 8: Clean up test expectations. r=masayuki
2013-07-10 09:13:14 -05:00
Mihnea Dobrescu-Balaur
85bc4fa046
Bug 889034 - Use a dynamic port in places/ xpcshell tests so they can be run in parallel. r=mak
2013-07-10 16:43:44 -07:00
Mihnea Dobrescu-Balaur
cbe020acda
Bug 888556 - Use a dynamic port in telemetry/ xpcshell tests so they can be run in parallel. r=nfroyd
2013-07-10 15:54:10 -07:00
Matthew Noorenberghe
9dd82e45f7
Bug 887965 - Lower AddonUpdateChecker timeout to 1 minute. r=Mossop
2013-06-28 23:26:27 -04:00
Matthew Noorenberghe
a9cd011860
Bug 875826 - Skip xpcshell tests that require the identity components on Android since they're not packaged there. r=dolske
2013-06-28 23:33:19 -04:00
Mihai Sucan
366007a69e
Bug 812618 - Autocomplete at cursor location; r=robcee
2013-06-28 20:56:33 +03:00
Panos Astithas
2897446860
Bug 882538 - Add reload() and navigateTo() methods to BrowserTabActor; r=rcampbell
2013-06-28 10:53:00 +03:00
Panos Astithas
5694a6f1ae
Bug 870128 - Pause on exceptions doesn't work after reload; r=rcampbell
2013-07-09 10:57:13 +03:00
Trevor Saunders
63ed0e9589
bug 887483 - rm a bunch of useless assignments to FORCE_STATIC_LIB r=mshal
2013-06-25 14:29:26 -04:00
Mihnea Dobrescu-Balaur
161bcb0dcd
Bug 888550 - Use a dynamic port in search/ xpcshell tests so they can be run in parallel. r=MattN
2013-07-09 10:46:25 -07:00
Jed Parsons
2f41c5971e
Bug 778817 - Add and expose Base64UrlDecode in IdentityCryptoService. r=benadida, r=bsmith
2013-07-08 16:34:33 -04:00
Emanuel Hoogeveen
e32590ca0d
Bug 890714 - Fix mixed line endings. r=joe, r=jesup
2013-07-08 16:33:15 -04:00
Mike de Boer
5c4419ce46
Bug 776708 - Change the findBar appearance and improve its UX. r=dao
2013-07-08 20:48:12 +02:00
Patrick Cloke
f02f38b438
Bug 884319 - Add http.jsm to toolkit for usage by Thunderbird FileLink, Lightning and Instantbird. r=Mossop
2013-06-20 08:38:32 -04:00
Paul Adenot
663ccbc871
Bug 886173 - Preserve playbackRate across pause/play. r=cpearce
2013-06-24 14:05:38 +02:00
Mike de Boer
7ed8394c6f
Bug 869543: move findbar to the top. r=dao
2013-07-11 12:44:34 +02:00
Roberta De Viti
22cd4a9676
Bug 865188 - Remove Storage support for profile special database. r=mak
2013-07-11 10:00:48 +02:00
Mark Hammond
27026ce873
Bug 890133 - Background thumbnails should prevent same URL being queued multiple times. r=adw
2013-07-11 17:50:55 +10:00
Mark Hammond
1f86ee9390
Bug 891516 - prevent use of data: URLs in social frameworkers. r=mixedpuppy
2013-07-11 17:50:54 +10:00
Dave Camp
3611785138
Bug 888528 - Add node deletion/insertion to the walker actor. r=jwalker
...
--HG--
extra : rebase_source : 8d5b9991371a7dcdceff2cd302e7bc76c8f90ea0
2013-06-17 06:52:53 -07:00
Mihnea Dobrescu-Balaur
583bba9712
Bug 888545 - Use a dynamic port in mediasniffer/ xpcshell tests so they can be run in parallel. r=bz
2013-07-11 15:42:48 -07:00
Benoit Girard
be559fe75a
Bug 892861 - Remove useless -D flags 'IMPL_THEBES,_IMPL_NS_GFX,...'. r=glandium
2013-07-12 08:56:54 -04:00
Tom Schuster
8713e6bb02
Bug 666809 - Support SecurityUI in e10s mode. r=felipe f=gavin
2013-07-09 22:45:07 -04:00
Ralph Giles
ccaf62a7df
Bug 887463 - remove webvtt parser library. r=cpearce.
2013-07-09 17:02:00 -07:00
Marco Bonardo
283c2903dc
Bug 890163 - Restore unwanted change in autofill behavior.
...
Autofill should not try to query for urls when there's no slash in the query terms.
r=mano
2013-07-09 19:08:16 +02:00
Trevor Saunders
f33ade0d68
bug 887483 - remove a bunch of useless assignments to FORCE_STATIC_LIB implied by LIBXUL_LIBRARY=1 r=mshal
2013-07-11 11:06:34 -04:00
Mark Hammond
85cceae769
Bug 891640 - background thumbnails should use low priority network ops. r=adw
2013-07-12 13:59:16 +10:00
Mark Hammond
feaf261e05
Bug 890130 - Background thumbnail timeouts now start when item starts processing. r=adw
2013-07-12 13:59:16 +10:00
Ryan VanderMeulen
338d790a3e
Merge m-c to inbound.
2013-07-11 21:56:55 -04:00
Trevor Saunders
4fda35a773
bug 886526 - disallow MODULE_NAME and IS_COMPONENT for makefiles in libxul r=bsmedberg
2013-06-25 11:15:21 -04:00
Joey Armstrong
38ca368790
bug 870407: cleanup bug. r=mshal
2013-07-08 11:53:00 -04:00
Blake Kaplan
4c5f6da1f9
Backout patch for bug 875165 in favor of the compatibility hack that landed.
2013-07-08 11:05:38 -04:00
Blake Kaplan
68224e7e4e
Backout patch for bug 887950 in favor of the compatibility hack that landed.
2013-07-08 11:04:09 -04:00
Raymond Lee
27894c74c7
Bug 885205 - Extremely slow reflect bookmarks menu items after restoring bookmarks. And disk access abnormal. And Firefox process does not disappear from task manager on exit. r=mak
2013-07-05 10:22:05 +08:00
Adam Dane [:hobophobe]
7bb721921b
Bug 537013 - Make the find bar exist on a per-tab basis. r=dao
2013-07-06 02:56:36 +02:00
Robert Strong
c13e15807d
Test fix for Bug 889860 - Intermittent test_0200_app_launch_apply_update.js | Test timed out | test failed (with xpcshell return code: 1). r=bbondy
2013-07-05 13:11:44 -07:00
Tim Taubert
5ddc37fef0
merge m-c to fx-team
2013-07-05 08:56:02 +02:00
Tim Taubert
6666eafa43
Bug 890112 - [OS.File] DirectoryIterator should correctly implement iterator interface; r=yoric
2013-07-04 12:56:22 +02:00
Nick Fitzgerald
eebeb27495
Bug 889526 - Improve reportError so that it will add a stack trace if one is available; r=past
2013-07-03 14:10:52 -07:00
stefanh@inbox.com
0e4cc4ec4a
Bug 857461 - pinstripe: non-native focus rings are applied for links in chrome. r=Mano.
2013-07-04 18:46:01 +02:00
George Wright
1e94808fa1
Bug 848491 - Fuzz the redGradientBlueSolid analysis test a little bit to account for rasterising differences on Skia r=MattN
2013-06-27 16:10:08 -04:00
Drew Willcoxon
68a6a0964e
Bug 870101 - Make BackgroundPageThumbs load about:blank after capturing windows so that they're eventually collected. r=markh
2013-07-03 17:44:38 -07:00
Marco Castelluccio
a8a5c15674
bug 889092 - Update category names to keep them in sync with Marketplace; r=myk
...
--HG--
extra : amend_source : 4327f35137dad22be7903371d9d7f6001449074e
2013-07-03 16:14:34 -07:00
Blake Kaplan
7f15dc6ac8
Bug 888749 - Don't be confused by <children> elements. r=dao
2013-07-03 15:07:28 -07:00
Marco Bonardo
1785cc570f
Bug 889442 - Remove newTab page migration for chromeappsstore.sqlite
...
t=ttaubert
2013-07-03 23:41:28 +02:00
Irving Reid
25f83e43ce
Bug 889908: Report open failure for non-flushing writeAtomic r=Yoric DONTBUILD
2013-07-03 13:52:49 -04:00
Joey Armstrong
a8ffe81a63
bug 870370: EXTRA_COMPONENTS cleanup for conversion patches #1 & #2 .
2013-07-03 12:01:06 -04:00
Masatoshi Kimura
1a9e38cc24
Bug 888323 - Stop including prtime.h in nsrootidl.idl. r=ehsan
2013-07-04 00:56:26 +09:00
Masatoshi Kimura
78388690cb
Bug 888870 - Add Windows 8.1 support to WinUtils::GetWindowsVersion. r=jimm
2013-07-12 06:26:55 +09:00
Robert Strong
0e0913d4c8
Bug 886545 - Provide method to check for updates to support bug 885641. r=bbondy
2013-07-11 13:46:32 -07:00
Mihnea Dobrescu-Balaur
f97c887689
Bug 888544 - Use a dynamic port in jsdownloads/ xpcshell tests so they can be run in parallel. r=mak
2013-07-10 19:42:24 -07:00
Marcos Aruj
ca45eb3d03
Bug 880922 - Add depreciate warning to both SetCharsetForURI and GetCharsetForURI in nsNavHistory.cpp. r=mak
2013-07-11 16:43:00 -04:00
David Rajchenbach-Teller
5f4d724ed4
Bug 888479 - Port osfile_shared_allthreads.jsm and dependents to worker module loader. r=froydnj
2013-07-09 09:09:16 -04:00
David Rajchenbach-Teller
b07bacbd43
Bug 888479 - Patch the module loader to enable refactoring. r=gozala
2013-07-09 09:09:16 -04:00
Jared Wein
5bfd235f29
Bug 822149 - Replace translucent media backgrounds with an opaque background and make uniform the backgrounds for images and audio/video. r=dolske
2013-07-09 09:09:16 -04:00
Dale Harvey
0ae1aa947f
Bug 741102 - Ensure fullscreen button is hidden when audio files are loaded. r=jaws
2013-07-09 09:09:16 -04:00
Mihnea Dobrescu-Balaur
ed37951190
Bug 889102 - Use a dynamic port in test_dbgglobal.js so that the xpcshell tests can be run concurrently. r=past
2013-07-09 09:09:16 -04:00
Dão Gottwald
6bd7de027d
Bug 890595 - Find next/prev/highlight buttons should be enabled if there's an initial string present. r=gavin
2013-07-09 08:19:42 +02:00
Asaf Romano
d2b79c4978
Bug 889089 - crash in mozilla::places::History::FetchPageInfo. r=mak
2013-07-03 14:54:31 +03:00
David Anderson
71e7bc4fc9
Rewrite CPOWs to use one actor per process (bug 853209, r=billm,bholley,smaug).
2013-07-03 00:24:32 -07:00
Robert Strong
dec66dc823
Bug 853198 - Defend against bad system clocks. r=bbondy
2013-07-02 19:05:27 -07:00
Xavier Fung
1dcc0c0757
Bug 888158 - Make configure to detect Visual Studio 2013 compiler. r=ted
2013-07-03 10:52:32 +09:00
Richard Newman
bf96eadef1
Merge m-c to m-i.
2013-07-02 18:52:48 -07:00
Nick Alexander
cb3298134b
Merge m-c to s-c
2013-07-02 14:59:21 -07:00
Nick Alexander
b5ab640144
Bug 887115 - Make Android packager expect omnijar in root directory. r=glandium
2013-07-02 12:00:34 -07:00
Ryan VanderMeulen
1d99822149
Backed out changeset d155557b651c (bug 888323) for bustage.
...
CLOSED TREE
2013-07-02 14:15:39 -04:00
Masatoshi Kimura
c9b73ddb89
Bug 888323 - Stop including prtime.h in nsrootidl.idl. r=ehsan
2013-07-03 02:08:01 +09:00
Ryan VanderMeulen
e7f4d8086a
Bug 845190 - Disable test_logging on linux too.
2013-07-01 08:51:46 -04:00
Ryan VanderMeulen
ac3b8863c2
Bug 887012 - Revert removed Makefile, since it wasn't emptyish after all.
2013-07-01 08:51:46 -04:00
Ryan VanderMeulen
dad317ec03
Merge inbound and m-c.
2013-07-01 08:12:24 -04:00
Ms2ger
6f877caab6
Bug 887012 - Remove some emptyish makefiles; r=gps
2013-07-01 09:02:32 +02:00