Commit Graph

108419 Commits

Author SHA1 Message Date
Ryan VanderMeulen
507ee1f330 Backout 93b39d0f7d17 for build bustage. 2012-09-27 23:25:13 -04:00
Chris Jones
54070d8c75 Bug 794727: Translate asynchronously-animated transforms by the offset to their reference frame when sampling. r=mattwoodrow 2012-09-27 20:14:33 -07:00
Alexandre Lissy
dfd92053d1 Bug 794424 - Send the headphone status at boot time. r=philipp 2012-09-27 23:06:01 -04:00
Jed Parsons
0d78a97ade Bug 793906 - Disable desktop ui while working on b2g. r=benadida 2012-09-27 23:06:01 -04:00
Ryan VanderMeulen
41ca58fb01 Bug 791384 - Update Hyphen to version 2.8.6. r=jfkthame 2012-09-27 23:06:01 -04:00
Justin Lebar
7032cf24b5 Bug 789392 - window.close() failed to trigger mozbrowserclose event on the parent frame if the child frame is not created with window.open. r=bz 2012-09-27 23:06:01 -04:00
David Rajchenbach-Teller
a06e299cf2 Bug 786211 - Async OS.File.{read, writeAtomic} test suite. r=froydnj 2012-09-27 23:06:00 -04:00
David Rajchenbach-Teller
87a4815c09 Bug 786211 - Async OS.File.{read, writeAtomic}. r=froydnj 2012-09-27 23:06:00 -04:00
David Rajchenbach-Teller
29701a6bdc Bug 786211 - OS.File atomic write (test suite). r=froydnj 2012-09-27 23:06:00 -04:00
David Rajchenbach-Teller
0dfd56a4f8 Bug 786211 - OS.File atomic write (platform code). r=froydnj 2012-09-27 23:06:00 -04:00
David Rajchenbach-Teller
6d4ed9c757 Bug 786211 - OS.File atomic write (shared code). r=froydnj 2012-09-27 23:05:59 -04:00
Thinker K.F. Li
fac6fa0c28 Bug 780878 - Check app permission against ALLOW_NO_WARN. r=honzab
Without this checking, nsOfflineCacheUpdateService don't update
offline cache any more if previous updating exceeds usage and showing
a warning.
2012-09-27 23:05:59 -04:00
Gregory Szorc
0db94d2f4d Bug 794729 - Run config.guess and mozconfig through shell; r=glandium
DONTBUILD (NPOTB)
2012-09-27 10:12:48 -07:00
Tim Taubert
8f4196fc54 merge m-c to fx-team 2012-09-27 18:57:52 +02:00
Ben Turner
2c15b477b0 Bug 794973 - 'Make mozIApplicationClearPrivateDataParams inherit nsISupports'. r=khuey. 2012-09-27 08:59:31 -07:00
Mounir Lamouri
77bc0d15f3 Bug 786301 - 3/3 - Test that localStorage is removed when an app is uninstalled. r=honza 2012-09-27 16:29:25 +01:00
Mounir Lamouri
2377599fda Bug 786301 - 2/3 - Remove localStorage data from an app when uninstalled. r=jlebar 2012-09-27 16:28:44 +01:00
Mounir Lamouri
a16d36a524 Bug 786301 - 1/3 - Add RemoveAllForApp on nsDOMStorageDBWrapper and nsDOMStoragePersistentDB. r=honza 2012-09-27 16:28:01 +01:00
Eric Chou
5e5b4c3299 Bug 794469 - patch 2: Implement sending "Connect" request, r=qdot
From 4de16db95fc67e644868347b0107f76751efb9cf Mon Sep 17 00:00:00 2001
2012-09-27 22:59:27 +08:00
Eric Chou
bf0e5c8fad Bug 794469 - patch 1: OBEX related constants, data structures and basic functions, r=qdot 2012-09-28 23:09:29 +08:00
Kannan Vijayan
b199714c73 Bug 768126 - patch 1 - Add ION exit frame type for OOL calls to PropertyOp. (r=jandem) 2012-09-28 11:06:45 -04:00
Gene Lian
762057d12b Bug 789973 - B2G system time: adjust system clock after receiving NITZ timestamp (part 2). r=philikon 2012-09-28 14:02:57 +08:00
Gene Lian
9491b6633a Bug 789973 - B2G system time: adjust system clock after receiving NITZ timestamp (part 1). r=jlebar 2012-09-28 14:02:28 +08:00
Philipp von Weitershausen
46e59c19a0 Bug 776663 - Assert permissions for WebTelephony and MobileConnection access. r=cjones 2012-09-27 22:43:35 -07:00
Philipp von Weitershausen
611ab85c83 Bug 777508 - Notify parent if child processes are terminated through message manager. r=cjones 2012-09-27 22:43:24 -07:00
Philipp von Weitershausen
213e5bb81b Bug 776832 - Add a scriptable API to assert app permissions through messagemanager. r=smaug 2012-09-27 22:43:12 -07:00
Ed Morley
ce41594120 Merge mozilla-central to mozilla-inbound 2012-09-28 16:01:22 +01:00
foudfou
d72827c0aa Bug 785542 - Convert usages of PR_MIN and PR_MAX to NS_MIN and NS_MAX; r=ehsan
Occurences of PR_MAX in layout/style/nsCSSProps.cpp and xpcom/glue/nsTArray.h
can not be converted without C++11 support (constexpr).

--HG--
extra : rebase_source : 3b4f7e26690fad487dd11594449948411d4e79bc
2012-09-27 23:44:47 +02:00
Ed Morley
6a4b062a81 Bug 767215 - Disable testAxisLocking, testLoad, testFlingCorrectness, testOverscroll, testPanCorrectness for too many intermittent failures 2012-09-28 15:45:29 +01:00
Ed Morley
9d3a09a092 Bug 752786 - Disable one part of test_bug469613.xul on OS X 10.8 for too many intermittent failures 2012-09-28 15:45:29 +01:00
Ed Morley
0bcc20ff01 Bug 677841 - Disable test_resize_move_windows.html on Linux for too many intermittent failures 2012-09-28 15:45:29 +01:00
Ed Morley
bbe623164c Bug 780863 - Disable test_bug270414.html on mobile for too many intermittent failures 2012-09-28 15:42:39 +01:00
Matt Woodrow
7786bc1aaa Bug 786626 - Initialize mLayerProgram. r=joe. landing on a CLOSED TREE 2012-09-29 01:39:35 +12:00
Matt Woodrow
d9a6418c44 Bug 539356 - Revert LayerTreeInvalidation changes to detect Image changes, landed on a CLOSED TREE. r=roc 2012-09-29 01:12:59 +12:00
Matt Woodrow
196332719c Bug 539356 - Disable test_text.html on android since it crashes on armv6. r=roc 2012-09-29 01:12:39 +12:00
Ed Morley
9afe80f95c Backout 52be204da1cf (bug 776663), 965397b043c0 (bug 777508), 182c763efa68 (bug 776832), a2a509184b07 & cba5ba69091f (bug 789973) for failures in test_child_process_shutdown_message.html and friends / conflicting with the backout on a CLOSED TREE 2012-09-28 14:08:04 +01:00
Ed Morley
ea34844908 Backout 927bda3a4947 (bug 777445) for failing to build on a CLOSED TREE 2012-09-28 13:14:26 +01:00
Michal Novotny
c526be2178 Bug 777445 - Network activity indicator for B2G, r=jduell 2012-09-28 13:53:52 +02:00
Eric Chou
8d5cdbcd7b Bug 792823 - patch 2: BluetoothOppManager interface and prototype, r=qdot 2012-09-28 19:46:37 +08:00
Eric Chou
4470041022 Bug 792823 - patch 1: register ObjectPush service, r=qdot 2012-09-28 19:46:26 +08:00
Benoit Jacob
99e7fd66e3 Bug 785734 - reject certain rare, but legal, texImage2D calls to work around a driver bug - r=jgilbert 2012-09-28 07:41:45 -04:00
Benoit Jacob
6517399659 Bug 790879 - work around Mac bufferData bug - r=jgilbert 2012-09-28 07:41:44 -04:00
Michal Novotny
d14def082f Bug 794316 - PR_PushIOLayer doesn't push layer on the top correctly, r=wtc 2012-09-28 13:39:06 +02:00
Robert O'Callahan
3ced0b7534 Bug 795262. Highlighter test should not depend on MozAfterPaint firing for changes to invisible elements. Also, poll for the value to change instead of assuming a constant 1000ms timeout. r=dao,cjones 2012-09-28 23:19:39 +12:00
Robert O'Callahan
4af0a9996d Bug 539356. Make PruneDisplayListForExtraPage prune print preview properly. r=mattwoodrow
PruneDisplayListForExtraPage wasn't pruning properly in print preview. It
was pruning to the RootReferenceFrame, which is per-page when printing normally,
but is the ancestor of all pages in print preview, so it wasn't doing anything in
print preview.
So, pass in the nsPageFrame we want to prune to. This prevents bogus
entirely-clipped-out display items appearing in the display list for the page.
2012-09-28 23:19:39 +12:00
Robert O'Callahan
c54bcbb4f7 Bug 539356 - Fix mActiveScrolledRootOffset to be offset to the reference frame. r=mattwoodrow 2012-09-28 23:19:39 +12:00
Robert O'Callahan
41facc9d3a Bug 539356 - Fix selectAtPoint.html test. r=mattwoodrow 2012-09-28 23:19:39 +12:00
Raymond Lee
2809386f63 Bug 762966 - reset homepage pref for users who have it set to google.com/firefox r=dao 2012-09-27 20:57:39 +08:00
Panos Astithas
2ae0c7c16b Bug 793947 - Race condition in dbg-server.js breaks Marionette; r=msucan 2012-09-27 12:31:49 +01:00
Ed Morley
932b326710 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-09-27 11:56:13 +01:00