Phil Ringnalda
8933eff28c
Back out 6a386d638a1a (bug 746277) for packaged build bustage
2012-06-27 08:31:38 -07:00
Edwin Flores
ab3f7a6bdb
Bug 755609 - Set B2G media cache size to 4MB r=cpearce
2012-06-27 17:25:30 +02:00
Andrew McCreight
698402b193
Bug 754495, part 9 - Don't merge too much. r=smaug
2012-06-27 08:10:43 -07:00
Andrew McCreight
73c741383d
Bug 754495, part 8 - do merging CCs when there's a gray global. r=smaug,mrbkap
2012-06-27 08:10:32 -07:00
Andrew McCreight
bb0d8b761d
Bug 754495, part 7 - indicate if CycleCollectNow is forced. r=smaug
2012-06-27 08:10:20 -07:00
Andrew McCreight
eb68cfb7c0
Bug 754495, part 6 - indicate in error console if we do a merged CC. r=smaug
2012-06-27 08:10:09 -07:00
Andrew McCreight
379571f73a
Bug 754495, part 5 - Add support for compartment merging to cycle collector. r=smaug
2012-06-27 08:09:56 -07:00
Andrew McCreight
8efd6b7656
Bug 754495, part 4 - Define CompartmentParticipant. r=smaug,billm
2012-06-27 08:09:50 -07:00
Andrew McCreight
face11cd5b
Bug 754495, part 3 - Add shim for NoteJSChild to allow it to be reused. r=smaug
2012-06-27 08:09:45 -07:00
Andrew McCreight
99d1edd8e8
Bug 754495, part 2 - Add flag to control JS traversal behavior. r=smaug
2012-06-27 08:09:35 -07:00
Andrew McCreight
99a016b316
Bug 754495, part 1: add JS hooks for compartment CC scanning. r=billm
2012-06-27 08:09:24 -07:00
Kartikaya Gupta
9cfb150be6
Bug 765463 - Fix indexes when copying the screenshot buffer to the screenshot layer image buffer. r=blassey
2012-06-27 07:52:11 -07:00
David Flanagan
37d7d3e290
Bug 768701 - take screenshot in chrome but don't save it from chrome. r=vingtetun
2012-06-27 16:47:30 +02:00
Ehsan Akhgari
c4221b2d1b
Bug 722872 - Part 2: Move the nsClipboardPrivacyHandler implementation aways from using the global private browsing service; r=roc
2012-06-26 11:41:12 -04:00
Ehsan Akhgari
45fe6d3ae2
Bug 722872 - Part 1: Add nsITransferable::Init(nsILoadContext*), enforce that it's called in debug builds, and add nsIDOMDocument* arguments to nsIClipboardHelper methods; r=roc
...
This patch does the following:
* It adds nsITransferable::Init(nsILoadContext*). The load context
might be null, which means that the transferable is non-private, but
if it's non-null, we extract the boolean value for the privacy mode
and store it in the transferable.
* It adds checks in debug builds to make sure that Init is always
called, in form of fatal assertions.
* It adds nsIDOMDocument* agruments to nsIClipboardHelper methods which
represent the document that the string is coming from.
nsIClipboardHelper implementation internally gets the nsILoadContext
from that and passes it on to the transferable upon creation. The
reason that I did this was that nsIClipboardHelper is supposed to be a
high-level helper, and in most of its call sites, we have easy access
to a document object.
* It modifies all of the call sites of the above interfaces according to
this change.
* It adds a GetLoadContext helper to nsIDocument to help with changing
the call sites.
2012-04-16 22:14:01 -04:00
Joey Armstrong
4d213decb0
bug 746277: replace hg shell pipelines with make logic
2012-05-16 15:09:00 -04:00
Peter Van der Beken
465ca15eec
Fix for bug 762654 (Switch the Azure 2d canvas context to new DOM bindings). r=bz.
...
--HG--
extra : rebase_source : 04c68533b85dca434e3ab086d8ff5081a323785c
2012-05-21 23:30:07 +02:00
Brian Hackett
db4e554a69
Specialize big typed arrays with singleton types, bug 762561. r=dvander
2012-06-27 07:10:50 -07:00
Gian-Carlo Pascutto
0f6857cd50
Bug 750753 - Isolate Migration tests in a seperate database. r=lucasr
2012-06-27 15:53:55 +02:00
Gian-Carlo Pascutto
5e1f0ef465
Bug 750753 - Add tests for Profile Migration. r=lucasr
2012-06-27 15:53:53 +02:00
Joel Maher
59e3e7a871
Bug 765193 - Intermittent Android test_text_wholeText.html, test_title.html. r=edmorley
2012-06-27 09:33:44 -04:00
Rafael Ávila de Espíndola
f05f9159fe
Bug 768406 - Upgrade clang to r159219. r=rail.
...
Update the manifests.
DONTBUILD.
2012-06-27 09:30:48 -04:00
Rafael Ávila de Espíndola
d2d92fe0f5
Bug 768406 - Upgrade clang to r159219. r=rail.
...
Update the build scripts.
2012-06-27 09:27:50 -04:00
Peter Van der Beken
74a0543703
Fix for bug 762652 (Add the new DOM bindings API to CanvasRenderingContext2D). r=bz.
...
--HG--
extra : rebase_source : 8e7a2722aa1fb089baa6c1aa8604dcd0e91c1ff2
2012-06-13 17:14:15 +02:00
Aryeh Gregor
3e9c8587b9
Bug 766845 part 3 - Fix assertion in DeleteRangeTxn; r=ehsan,surkov
2012-06-25 14:44:40 +03:00
Aryeh Gregor
b6bb10c6a3
Bug 766845 part 2 - Make CloneRange() return already_AddRefed<nsRange>; r=smaug
2012-06-25 14:44:11 +03:00
Aryeh Gregor
9ef585c26d
Bug 766845 part 1 - Clean up DeleteRangeTxn; r=ehsan
2012-06-25 13:22:49 +03:00
Masayuki Nakano
bacb625593
Bug 733630 Use native window border size if there is no content under mouse cursor r=jimm
2012-06-27 21:47:50 +09:00
Peter Van der Beken
c523f2d06a
Fix for bug 768669 (Move remaining DOM list proxy bindings from behind the pref). r=bz.
...
--HG--
extra : rebase_source : 738cd6df3aa353b682f931beaabde74de8c1a2bd
2012-06-22 12:34:26 +02:00
Peter Van der Beken
ac35c66b60
Fix for bug 768533 (Make mozilla::dom::Uint8ClampedArray::Create call JS_NewUint8ClampedArray). r=bz.
...
--HG--
extra : rebase_source : baaf7494f64a91a9315a6e1bed3f75239f8eab81
2012-06-27 11:24:46 +02:00
Peter Van der Beken
e18ac6a285
Fix for bug 768050 (Make TypedArray::Create take a wrapper cache and create JS objects in the compartment of the cache's wrapper). r=bz.
...
--HG--
extra : rebase_source : 3ec03b33913e14a113bf9283566a68fe3be5fe02
2012-06-25 18:37:46 +02:00
Ed Morley
97ccea1f07
Merge mozilla-central to mozilla-inbound
2012-06-27 11:35:03 +01:00
Brian Nicholson
9784b4c6f0
Bug 766867 - Use null-safe string comparison for oldURL. r=mbrubeck
2012-06-26 23:18:02 -07:00
Brian Nicholson
eafb7a19b9
Bug 762064 - Part 4: Add instance state support to MultiChoicePreference. r=blassey
2012-06-26 23:15:24 -07:00
Brian Nicholson
c636ea1613
Bug 762064 - Part 3: Add toast notification for cleared private data. r=blassey
2012-06-26 23:15:24 -07:00
Brian Nicholson
2a75281c83
Bug 762064 - Part 2: Enable clearing individual privacy items. r=mfinkle
2012-06-26 23:15:24 -07:00
Brian Nicholson
e81b8223a2
Bug 762064 - Part 1: Implement MultiChoicePreference. r=blassey
2012-06-26 23:15:23 -07:00
Yoshi Huang
5ad40fa4ad
Bug 768428 - B2G RIL: REQUEST_GET_IMSI doesn't have response on Akami. r=philikon
2012-06-26 17:34:15 +02:00
Ed Morley
95c1dd9e55
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-06-27 11:29:26 +01:00
Jan Varga
1fddd6b475
Bug 767193 - FileHandles do not get GCed/removed when overwritten in indexeddb. r=bent
2012-06-27 05:14:53 +02:00
Phil Ringnalda
dcd5e0401d
Back out e3ec1bc37d8c (bug 762561) for debug make check orange
2012-06-26 19:53:59 -07:00
Masayuki Nakano
a9a8364195
Bug 768736 Define constants for system native virtual keys for nsIDOMWindowUtils::SendNativeKeyEvent() r=roc
2012-06-27 11:26:38 +09:00
Benoit Girard
0752a03cfe
Bug 765357 - Add xpcshell tests for the Profiler. r=ehsan
2012-06-26 17:57:43 -04:00
Gary Kwong
47c3b97093
Backout 431fa10c63a6 for orange. Thanks philor for pointing it out, r=orange
2012-06-26 18:19:55 -07:00
Brian R. Bondy
054bb4199e
Bug 767802 - Fix for build error on win32 xulrunner builds. r=timA
2012-06-26 21:17:12 -04:00
L. David Baron
58798efed4
Backout changeset 1e2b9cdc486b (Bug 248239) due to failure of tests/MochiKit-1.4.2/tests/test_MochiKit-Style.html .
2012-06-26 18:16:09 -07:00
Brian Nicholson
8ad5433833
Backout a3f5b011f665 for Android bustage
2012-06-26 18:07:15 -07:00
Brian Nicholson
fc0c6c481e
Backout 21a070f6afcd for Android bustage
2012-06-26 18:07:13 -07:00
Bill McCloskey
d70d0f4225
Bug 757199 - Assertion failure: [barrier verifier] Unmarked edge: shape, r=bhackett
...
--HG--
extra : rebase_source : 3d62cae7c9523c0e03cd2fe0ea670c0f0646d6b3
2012-06-26 17:49:01 -07:00
Brian Hackett
3a5a434a81
Specialize big typed arrays with singleton types, bug 762561. r=dvander
2012-06-26 17:47:20 -07:00