Commit Graph

15873 Commits

Author SHA1 Message Date
Joshua Cranmer
bb26e8f816 Bug 884061 - Part 4: Remove nsAtomicRefcnt.h, r=jlebar
--HG--
extra : rebase_source : ce24ab345baa48104328e3c101b7266a31e81870
2013-07-11 15:21:45 -05:00
Joshua Cranmer
535f68a222 Bug 884061 - Part 3v: Use NS_DECL_THREADSAFE_ISUPPORTS in toolkit/, r=Mossop
--HG--
extra : rebase_source : ad2b2f20219b42b192c313b6fa9da3383f904805
2013-07-18 21:24:15 -05:00
David Rajchenbach-Teller
755c6b3da0 Bug 889876 - Make OS.Constants.Path.profileDir earlier. r=froydnj 2013-07-23 09:20:54 -04:00
Ed Morley
614b893c6b Merge latest green inbound changeset and mozilla-central 2013-07-23 13:56:12 +01:00
Mark Hammond
05e1f47c2c Bug 896312 - social.cookies-get message returns an empty cookie instead of an empty array when no cookies. r=mixedpuppy 2013-07-23 17:41:48 +10:00
Mark Hammond
7d413299c4 Bug 870100 (part 2) - about:newtab observes notifications for new page thumbnails. r=ttaubert 2013-07-23 17:41:12 +10:00
Ryan VanderMeulen
cd5bed03bd Merge m-c to fx-team. 2013-07-22 21:50:13 -04:00
Ed Morley
4b1f775375 Merge latest green inbound changeset and mozilla-central 2013-07-22 14:45:43 +01:00
Dave Camp
a667e45abf Bug 896103 - NodeListActor's items() response has unnecessary nesting. r=harth
--HG--
extra : rebase_source : b589da834403503959b357f91e989b77e47a2d32
2013-07-21 07:40:43 -07:00
Paolo Amadini
6ea9673c4f Bug 891324 - Make nsIXULRuntime accessible using Services.appinfo in xpcshell tests. r=gavin 2013-07-20 15:15:03 +02:00
Mike de Boer
72f97f7f45 Bug 893011 - Adjust findbar border on Windows. r=dao 2013-07-19 14:13:37 +02:00
Arnaud Sourioux
60ed453c00 Bug 883360 - Remove bool operator and nsMainThreadPtrHolder conversion. r=bsmedberg 2013-07-19 12:53:12 -04:00
Benjamin Smedberg
27f7f96417 Bug 888292 - De-emphasize the plugin icon in the address bar when it doesn't need to catch the user's attention. With this change, the only time the icon will be "alert blue" is when a plugin is click-to-activate and it's too small to show the overlay inline in the page. Icons provided by shorlander. ui-review=lco r=jaws
--HG--
extra : rebase_source : 29f8c8ad4fd0234f1d2bf14451416ac7f744c6fb
2013-07-19 10:02:48 -04:00
Sankha Narayan Guria
1e704c7225 Bug 858025 - Playback is maintained after seeking or pausing media; r=padenot 2013-07-16 20:43:25 +05:30
Paul Adenot
cf618f7fe9 Bug 886173 - Preserve playbackRate across pause/play. r=cpearce 2013-07-11 16:58:57 +02:00
Marco Bonardo
98177b9016 Bug 894042 - Disallow Places from creating async statements after asyncClose().
r=Mano
2013-07-19 15:51:40 +02:00
Mark Hammond
bc87867dd1 Bug 870100 (part 1) - regenerate stale page thumbnails on demand, and send notification when done. r=adw 2013-06-24 14:32:32 -04:00
Mark Hammond
09868257b8 Bug 892875 - Put background thumbnails behind a preference, and disable that preference during tests. r=adw 2013-07-23 17:40:16 +10:00
Cameron McCormack
ff401b5a0d Backout bdceed703766 (bug 887984) for Windows build failures. 2013-07-23 13:43:45 +10:00
Adrian Lungu
fc305ae760 Bug 887984 - Send telemetry data from NTLM Init() methods. r=mayhemer 2013-07-18 12:00:04 -07:00
Irving Reid
1d24bd8097 Bug 853388: Implement Promise-based deferred save module for asynchronous file writes; r=Yoric 2013-07-13 12:36:40 -04:00
Irving Reid
656dbdde1b Bug 853388: Make existing tests a little more robust and easier to debug, also callback stack friendly; r=unfocused 2013-07-13 12:36:27 -04:00
Irving Reid
1d6fab57d9 Bug 890387: handle zero values in OS.File options arguments, r=Yoric 2013-07-13 12:37:08 -04:00
Ehsan Akhgari
8be2656a50 Bug 895168 - Part 6: Stop using LL_DIV in the tree; r=jcranmer
--HG--
extra : rebase_source : 4d269395cb1ad571b17200203fb51d59ea71a4da
2013-07-18 16:50:43 -04:00
Suyash Agarwal
c2e88b3f13 Bug 890037 - Remove extra space from the output of "thunderbird -version". r=bsmedberg 2013-07-18 16:29:17 -04:00
Ryan VanderMeulen
ba97a4cddb Merge m-c to inbound on a CLOSED TREE. 2013-07-18 14:53:05 -04:00
Stephen Pohl
247322c98e Bug 870941: Display overlay scrollbars on top of content in XUL trees. r=roc 2013-07-18 10:10:07 -04:00
Stephen Pohl
f7a0a6d610 Bug 870941: Remove CSS rules for overlay scrollbars that became unnecessary. r=roc 2013-07-18 10:10:03 -04:00
Bobby Holley
26926302d8 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 20:38:44 -07:00
Bobby Holley
33ab6d05a5 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-16 20:38:44 -07:00
Robert Strong
1ffe6c6572 Test followup fix for Bug 889183 - mozapps/update xpcshell tests cannot be run concurrently. r=me 2013-07-16 19:25:36 -07:00
Robert Strong
2ee241e576 Part 2. add run-sequentially to xpcshell ini files for tests that can't run in parallel yet - Bug 889183 - mozapps/update xpcshell tests cannot be run concurrently. r=mihneadb 2013-07-16 19:19:25 -07:00
Robert Strong
205bbe75bf Part 1. use custom XREExeF and UpdRootD - Bug 889183 - mozapps/update xpcshell tests cannot be run concurrently. r=bbondy 2013-07-16 19:19:03 -07:00
Robert Strong
f9985178c3 Simplify xpcshell ini files - Bug 894115 - xpcshell ini file confusion. r=bbondy 2013-07-16 19:18:44 -07:00
Ryan VanderMeulen
5333a265b8 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
b6f705b27a 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
4ca67f021a No Bug - Removing empty Makefile.in files; r=me 2013-07-18 09:09:28 -07:00
Ehsan Akhgari
c069003a4b Bug 895141 - Remove useless prlong.h inclusions from the tree; r=jcranmer 2013-07-18 12:06:38 -04:00
Jim Mathies
0631992632 Bug 895421 - Remove obsolete overlay scrollbar css in Windows toolkit theme. r=spohl 2013-07-18 09:47:45 -05:00
Drew Willcoxon
d83def4f41 Bug 870104 - Add telemetry to BackgroundPageThumbs. r=markh,froydnj 2013-07-12 21:03:18 -07:00
Drew Willcoxon
b505d08f4b Bug 891169 - Make BackgroundPageThumbs safer when there are private windows open. r=markh 2013-07-12 21:03:15 -07:00
Honza Bambas
7ce21b6631 Bug 892486 - Telemetry for appcache vs http cache page load, r=ehsan 2013-07-16 19:38:15 +02:00
Mike Shal
fb38e981d0 Bug 889787 - Define XP_LINUX globally; r=ted 2013-07-16 17:10:10 -04:00
Dave Camp
9d47c12e35 Bug 879523 - Remote the SelectorSearch. r=paul 2013-06-10 21:18:46 -07:00
Francesco Lodolo [:flod]
8293129ca1 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
e7d00b9c69 Bug 767587 - GCLI should have a type for files; r=mratcliffe 2013-07-20 05:17:24 +01:00
Tim Taubert
cac9bc4cd2 Bug 895185 - Implement Promise.every(); r=paolo sr=mossop 2013-07-20 09:34:10 +02:00
Ryan VanderMeulen
a482c7520a Merge m-c to fx-team. 2013-07-19 20:57:44 -04:00
Ryan VanderMeulen
839fedb61a Merge m-c to fx-team on a CLOSED TREE. 2013-07-19 13:44:28 -04:00
Ryan VanderMeulen
ac01cf97ee Merge m-c to fx-team. 2013-07-18 20:37:32 -04:00