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
Brian Nicholson
947d4ffd7e
Backout 5ab2723fc0e0 for Android bustage
2012-06-26 17:43:03 -07:00
Cameron McCormack
d9b5eba009
Bug 767848 - Backout NSPR MSVC version detection change from bug 448573. r=ted
2012-06-27 10:13:24 +10:00
Tal Aloni
bded505e94
Change standards mode height calculations for table cells to use content-box sizing rather than border-box sizing by default (and to honor -moz-box-sizing, which we do not do in quirks mode). Also remove -moz-box-sizing: border-box from default style for caption element (all modes). (Bug 248239) r=dbaron
2012-06-26 16:24:23 -07:00
Richard Newman
0f0318013f
Merge m-c to s-c.
2012-06-26 13:00:09 -07:00
Tim Taubert
4c1665ec26
merge m-c to fx-team
2012-06-26 19:54:32 +02:00
Ed Morley
a51b95e90e
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-06-26 17:22:49 +01:00
Yoshi Huang
0b4f49d521
Bug 768428 - B2G RIL: REQUEST_GET_IMSI doesn't have response on Akami. r=philikon
2012-06-26 17:34:15 +02:00
Kartikaya Gupta
ea072063d2
Bug 766937 - Add scrollLeftMax/scrollTopMax properties to DOM elements. r=roc
2012-06-26 22:30:14 -07:00
Kyle Huey
26dca770d0
Bug 755510: db.transaction should work inside a versionchange transaction's oncomplete handler. r=bent
2012-06-26 08:09:25 -07:00
Michael Wu
457f4c724b
Bug 768377 - Back out Bug 762153 due to regression on akami, r=cjones
2012-06-26 04:30:43 -07:00
Ed Morley
4eeae4769b
Merge mozilla-central to mozilla-inbound
2012-06-26 12:12:52 +01:00
Jonathan Watt
678c10801d
Bug 767823 - Make nsAutoFilterInstance take frame rects and stop using GetCoveredRegion. r=longsonr.
2012-06-26 11:49:23 +01:00
Ed Morley
fb876e555d
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-06-26 09:52:55 +01:00
Nicholas Cameron
6be9877aaf
Bug 757347; checking the format of images. r=roc
2012-06-26 14:43:31 +12:00