Geoff Lankow
a95d907c98
Bug 662012 - Add more settings types to addon manager inline settings (colour type), r=Mossop
2011-06-14 11:59:02 +12:00
Geoff Lankow
bdafba7da8
Bug 662004 - Extensions preferences in a tab, r=Mossop
2011-06-11 11:11:32 +12:00
Marco Bonardo
49621889c6
Merge Places and mozilla-central
2011-06-18 11:24:57 +02:00
Benoit Jacob
1727f110cb
Bug 659842 comment 86 - accidentally removed a glXDestroyContext call + fix a warning in opt build - r=trivial-fix
2011-06-17 21:42:31 -04:00
Jared Wein
23f16a057d
Bug 580839 - 'finally' blocks now check for a valid statement to avoid potentially masking the original exception. r=dolske
2011-06-17 18:01:34 -07:00
Michael Wu
01e2aa7d32
Bug 654489 - Remove fastload, r=bsmedberg
2011-06-17 15:53:52 -07:00
Benoit Jacob
4500b8e8dc
Bug 659842 - [topcrash] release the GL context before calling glXDestroyContext - r=karlt
...
See the glXDestroyContext man page:
If GLX rendering context ctx is not current to any thread,
glXDestroyContext destroys it immediately. Otherwise, ctx is destroyed
when it becomes not current to any thread. In either case, the resource ID
referenced by ctx is freed immediately.
In other words, if we want glXDestroyContext to have the well-defined semantics
of destroying the context before future X commands take effect, we must first
release the GL context before calling it. We were failing to do that, but we
were destroying the drawable immediately after that call, and as a result, the
context was outliving its underlying drawable. This eventually resulted in
X_GLXMakeCurrent: GLXBadContextTag X errors on subsequent glXMakeCurrent calls.
2011-06-17 11:49:27 -04:00
Marco Bonardo
d128a937cb
Bug 664986 - Fix random timeouts in livemarks tests.
...
r=dietrich
2011-06-17 17:05:46 +02:00
Marco Bonardo
59dfb4dac6
Bug 663344 - follow-up to fix downloads/test/unit/test_history_expiration.js
2011-06-16 17:00:00 +02:00
Marco Bonardo
e318df2758
Bug 663344 - Maintenance may cause history loss.
...
r=dietrich
2011-06-16 12:04:14 +02:00
Marco Bonardo
541b517782
Merge Places and mozilla-central
2011-06-16 11:55:54 +02:00
Dão Gottwald
665680c088
Bug 664091 - Move aboutcrashes_utils.js to head.js. r=ted
...
--HG--
rename : toolkit/crashreporter/test/browser/aboutcrashes_utils.js => toolkit/crashreporter/test/browser/head.js
2011-06-16 06:41:03 +02:00
Dave Townsend
44585289a8
Bug 481603: Flush caches for restartless add-on changes. r=robstrong
2011-06-15 11:12:53 -07:00
Dave Townsend
22f1817cb9
Bug 663372: Stop loading the discovery page from the network in some tests. r=Unfocused
2011-06-15 11:07:55 -07:00
Marco Bonardo
ff9eb24b65
Bug 303567 - In live bookmarks, entries not having a <link> element should use the <link> child of root.
...
r=dietrich
2011-06-15 01:54:35 +02:00
Marco Bonardo
a012b426e2
Bug 661445 - Refactor Livemarks service for future schema changes.
...
r=dietrich
2011-06-15 01:54:33 +02:00
Marco Bonardo
0e55ba696e
Bug 663269 - Handle null livemarks siteURIs.
...
r=dietrich
2011-06-15 01:54:31 +02:00
Matt Brubeck
f5541b7e73
Merge backouts from m-i to m-c to fix regressions on a CLOSED TREE
2011-06-15 09:46:11 -07:00
Matt Brubeck
e3a9a86a79
Back out 6b23b52e68d6 - e92f98e8a335 (bug 632404, 552864, 658995) because of Tp4 regression.
2011-06-15 09:00:28 -07:00
Matt Brubeck
ede62c1ae5
Merge last green mozilla-inbound changeset to mozilla-central
2011-06-15 08:25:48 -07:00
Philipp von Weitershausen
506f698b44
Merge services-central with mozilla-central
2011-06-15 11:23:12 +02:00
Dão Gottwald
38d068a45d
Bug 663401 - browser_bug435788.js cleanup. r=mossop
2011-06-15 08:17:14 +02:00
Philipp von Weitershausen
3b97f3eee0
Merge m-c to s-c
2011-06-13 20:44:14 +02:00
Ted Mielczarek
744a49d18d
Backed out changeset d12dda590f4a – bug 543463 - Make it easier for non-Mozilla devs to get and use the JavaScript Shell, for causing bug 663796 (unittests failing to run)
2011-06-13 10:40:35 -04:00
Ted Mielczarek
955424cbc1
Backed out changeset d12dda590f4a – bug 543463 - Make it easier for non-Mozilla devs to get and use the JavaScript Shell, for causing bug 663796 (unittests failing to run)
2011-06-13 10:40:15 -04:00
Ted Mielczarek
fe64295339
Backed out changeset 055e5a11a673 – bug 543463 - Make it easier for non-Mozilla devs to get and use the JavaScript Shell, for causing bug 663796 (unittests failing to run)
2011-06-13 10:38:43 -04:00
Ted Mielczarek
2f54dff086
Backed out changeset 055e5a11a673 – bug 543463 - Make it easier for non-Mozilla devs to get and use the JavaScript Shell, for causing bug 663796 (unittests failing to run)
2011-06-13 10:37:24 -04:00
Ted Mielczarek
b9712b1eab
merge m-c and b-s
2011-06-13 09:09:43 -04:00
Richard Newman
69184b7e5c
Merging mozilla-central to services-central.
2011-06-12 14:23:51 -07:00
Dave Townsend
64314b12e3
Backing out changeset 010b73990286 from bug 660732 due to it breaking about:support (bug 662901).
2011-06-12 08:47:34 -07:00
Ed Morley
8aaddd0334
Bug 659621 - Remove EXTRA_DSO_LIBS, EXTRA_DSO_LDOPTS, OS_LIBS from makefiles containing LIBXUL_LIBRARY = 1, now that libxul is always built; r=ted
2011-06-12 03:49:00 -04:00
David Humphrey
841ed1b803
bug 543463 - Make it easier for non-Mozilla devs to get and use the JavaScript Shell, r=ted
2011-06-11 08:02:00 -04:00
Richard Newman
7bb28e47fd
Merge mozilla-central to services-central.
2011-06-10 23:07:46 -07:00
Michael Wu
d8e5409ec9
Bug 641614 - Fix reordering of localized files in omnijar, r=ted
2011-06-10 17:54:01 -07:00
Dave Camp
dd56fe8532
Merge m-c to devtools.
2011-06-10 15:35:17 -07:00
Dave Townsend
bff65d76ee
Bug 655254: When an add-on moves to a different directory but doesn't change in any other way we should keep updated compatibility information. r=robstrong
2011-06-10 13:10:48 -07:00
Benoit Jacob
52a0dd4eeb
Bug 658840 - let glxtest process return from XRE_main rather than calling exit() - r=bsmedberg
...
Calling exit() resulted in two strings being considered leaked by valgrind. Returning from XRE_main() should fix that.
2011-06-10 15:07:54 -04:00
Benoit Jacob
74758ffbcb
Bug 660466 - segfault in glxtest - check if a visual was found - r=karlt
2011-06-10 15:05:10 -04:00
Benoit Jacob
0123ed0bf8
Bug 660466 - segfault in glxtest - check if any fbconfig was found - r=karlt
2011-06-10 15:04:20 -04:00
Marco Bonardo
96b9620223
Bug 556721 - Avoid deprecated octal warnings in head_common.js DONTBUILD
...
rs=places-team
2011-06-10 02:58:43 +02:00
Marco Bonardo
4374b1bcf6
Bug 556721 - Close custom Places tests connection when it's used.
...
rs=places-team
2011-06-10 00:33:00 +02:00
David Humphrey
fea66c8599
bug 543463 - Make it easier for non-Mozilla devs to get and use the JavaScript Shell, r=ted
2011-06-09 14:03:00 -04:00
Philipp von Weitershausen
d20c19d8e0
Merge mozilla-central to services-central
2011-06-09 12:40:13 +02:00
Marco Bonardo
cf4d0a80bd
Merge Places and mozilla-central
2011-06-09 12:14:24 +02:00
Dão Gottwald
b5093df6d9
Remove redundant Cc/Ci declarations from browser chrome tests. DONTBUILD
2011-06-09 09:38:27 +02:00
Marco Bonardo
e8d61df141
Bug 593566 - Bookmarks with blank names are exported as garbage.
...
r=dietrich
2011-06-08 22:55:49 +02:00
Philipp von Weitershausen
9b49ede2de
Merge mozilla-central to services-central
2011-06-08 18:09:45 +02:00
Philipp von Weitershausen
fa8e807b68
Bug 633266 - nsINavHistoryObserver: also pass in GUID whenever we pass in a URI. r=mak
...
Part 3: Implementation
2011-06-08 17:10:29 +02:00
Philipp von Weitershausen
91896359b2
Bug 633266 - nsINavHistoryObserver: also pass in GUID whenever we pass in a URI. r=mak sr=rstrong
...
Part 2: IDL changes
2011-06-08 17:10:29 +02:00
Philipp von Weitershausen
caea12e44b
Bug 633266 - nsINavHistoryObserver: also pass in GUID whenever we pass in a URI. r=mak
...
Part 1: Tests
2011-06-08 17:10:28 +02:00