Andrew McCreight
|
3759d37b9b
|
Bug 790034 - Remove nsIDOMWindowUtils.goOnline. r=smaug
|
2012-09-18 23:11:31 -07:00 |
|
Matt Brubeck
|
8f85d6a619
|
Back out ae2e45d25a1a, 4f144a06d0cc, 2e80be1d7d18 (bug 716575) for Android Talos red
|
2012-09-17 11:11:30 -07:00 |
|
Matt Brubeck
|
6d927fa3a5
|
Bug 716575 (1/4) - Add a scriptable interface to GetViewportInfo [r=dbaron]
--HG--
extra : rebase_source : be8a0dca63bb11418dfe9adf08c4717f8059146b
|
2012-08-22 13:17:20 -07:00 |
|
Ehsan Akhgari
|
46f6a1d616
|
Bug 579517 follow-up: Remove NSPR types that crept in
|
2012-09-14 14:55:01 -04:00 |
|
Gabor Krizsanits
|
5b5c7e6eab
|
Bug 737003 - Offer a way to apply user agent stylesheet on a given document; r=bz
|
2012-09-11 13:51:10 +02:00 |
|
Phil Ringnalda
|
e91fd8ea3f
|
Backout 38052fd23aec, 910406b62ebc, 7b15c079564c, d7c1d26f8bc9 (bug 716575) for probable reftest and certain talos bustage on Android
|
2012-09-10 20:57:31 -07:00 |
|
Matt Brubeck
|
44b556a8be
|
Bug 716575 (1/4) - Add a scriptable interface to GetViewportInfo [r=dbaron]
|
2012-08-22 13:17:20 -07:00 |
|
Jim Mathies
|
c8cb2fef04
|
Bug 783531 - Implement a 'select word at point' text selection routine in nsIDOMWindowUtils. r=roc
|
2012-09-10 16:02:23 -05:00 |
|
Andrew McCreight
|
edac0838e2
|
Bug 775868 - add checks to fullscreen methods. r=jlebar
|
2012-09-10 12:45:37 -07:00 |
|
Andrew McCreight
|
b12117c028
|
Bug 775868, part 2: add checks to DomWinUtils methods. r=smaug
|
2012-09-10 12:45:10 -07:00 |
|
Matt Brubeck
|
dd28aab718
|
Bug 564815 - Implement window.devicePixelRatio [r=jst, sr=sicking]
--HG--
extra : rebase_source : 392c6636fabe2a3ec519abd03ef1b1cf44ba464e
|
2012-08-22 13:17:26 -07:00 |
|
Masayuki Nakano
|
652c834ce7
|
Bug 786898 part.2 Add overflow delta value tests r=smaug, sr=smaug
|
2012-09-04 17:39:28 +09:00 |
|
Randell Jesup
|
eedf93a21d
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
|
Masayuki Nakano
|
7664e6a01a
|
Bug 674477 Don't scroll around axis whose overflow is hidden by wheel events r=smaug
|
2012-08-30 10:05:16 +09:00 |
|
Michael Comella
|
f820953155
|
Bug 784016 - Bug fix for patch in bug 781977 - correct misordered params. r=jimm
|
2012-08-25 11:04:14 -05:00 |
|
Jan Varga
|
e29317c8d8
|
Bug 763854 - Check file references (cleanup stored files) only when needed. r=bent
|
2012-08-24 11:51:33 -07:00 |
|
Ehsan Akhgari
|
57ac5ddc72
|
Merge the landing of bug 579517 to mozilla-inbound
|
2012-08-22 12:12:15 -04:00 |
|
Doug Sherk
|
b018fea56e
|
Bug 780397: Convert FrameMetrics.mViewportScrollOffset from nsIntPoint to gfx::Point r=roc
|
2012-08-21 21:37:15 -07:00 |
|
Ehsan Akhgari
|
0fd9123eac
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Jim Mathies
|
08593b3415
|
Bug 781977 - Add optional pressure and source parameters to nsIDOMWindowUtils's sendMouse methods, r=roc+smaug.
|
2012-08-14 09:27:39 -05:00 |
|
Aryeh Gregor
|
0923bf00ef
|
Bug 780618 - Move all error codes to nsError.h; r=ehsan
|
2012-07-27 17:03:27 +03:00 |
|
Neil Deakin
|
9b35869d1b
|
Bug 391834, don't allow prompts in beforeunload, unload and pagehide events,r=smaug,patch mostly by gavin
|
2012-08-13 15:05:34 -04:00 |
|
Justin Lebar
|
0a712a72f1
|
Bug 777135 - Part 3: Remove nsDOMWindowUtils::GetIsApp and friends. r=mounir
--HG--
extra : rebase_source : ac3db88b7eb03397c4ae514624e1f3021947c396
|
2012-08-13 12:58:38 -04:00 |
|
Ryan VanderMeulen
|
870142e530
|
Merge inbound to m-c.
|
2012-08-11 22:33:42 -04:00 |
|
Masayuki Nakano
|
cb1f8565ed
|
Bug 719320 part.9 Implement nsIDOMWindowUtils::sendWheelEvent() for tests r=smaug, sr=jst
|
2012-08-12 10:42:36 +09:00 |
|
Bill McCloskey
|
52edea6675
|
Bug 762580 - Fix bogus pageload responsiveness regression (r=mccr8)
|
2012-08-10 14:16:05 -07:00 |
|
Ms2ger
|
17e25febb8
|
Bug 780387 - Part d: Stop using PRFloat64; r=bsmedberg
|
2012-08-09 09:09:42 +02:00 |
|
Ms2ger
|
c7a5b33778
|
Bug 716822 - Move attributes and methods on nsIDOMNSEvent to nsIDOMEvent; r=smaug
|
2012-08-04 09:44:00 +02:00 |
|
Ed Morley
|
bba173e66e
|
Revert inbound to 3d5d1daa2505 to stop OS X M5 failures (backout not clean/could have been a bad merge) on a CLOSED TREE
|
2012-08-04 18:05:15 +01:00 |
|
Ms2ger
|
babf67cce2
|
Bug 716822 - Move attributes and methods on nsIDOMNSEvent to nsIDOMEvent; r=smaug
|
2012-08-04 09:44:00 +02:00 |
|
Chris Pearce
|
749e6d7713
|
Bug 684620 - Implement cross process fullscreen API for B2G apps and web content. r=jlebar
* * *
Bug 684620 - Fix in-process fullscreen in B2G. r=?
|
2012-07-31 14:09:31 +12:00 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Joshua Cranmer
|
4b8f318e78
|
Bug 773637 - Kill NS_SCRIPTABLE annotations, Part 1: Remove NS_*PARAM annotations. r=ehsan
--HG--
extra : rebase_source : a0b4bc50fece36d9a90fed61431635948bfa33b5
|
2012-07-06 15:14:07 -05:00 |
|
Boris Zbarsky
|
43d45b95b9
|
Bug 771594. Allow preference control over what CSS properties we parse. r=dbaron,dholbert
|
2012-07-13 19:59:05 -04:00 |
|
Masayuki Nakano
|
b5584f2955
|
Bug 769190 part.2 Rename nsInputEvent::IsWin() and widget::MODIFIER_(SCROLL|WIN) to nsInputEvent::IsOS() and widget::MODIFIER_(SCROLLLOCK|OS) r=smaug
|
2012-07-06 09:42:05 +09:00 |
|
Masayuki Nakano
|
e5e6f98f79
|
Bug 769190 part.1 Rename Scroll and Win to ScrollLock and OS for the argument of getModifierState() r=smaug, sr=jst
|
2012-07-06 09:42:05 +09:00 |
|
Ehsan Akhgari
|
5e6974df88
|
Backout changeset f568fc280fb0 (bug 539356) because of performance and correctness regressions
|
2012-07-03 20:24:55 -04:00 |
|
Fabrice Desré
|
661080aac7
|
Bug 755245 - Implement System Message Handler : Part 2, Add a getApp() method to nsGlobalWindow [r=mounir]
|
2012-07-02 17:16:55 -07:00 |
|
Bill McCloskey
|
96e4284f11
|
Bug 758034 - Clean up browser GC API (r=smaug)
|
2012-06-30 14:16:32 -07:00 |
|
Matt Woodrow
|
cbd39105d9
|
Bug 539356 - Part 9 - Implement DLBI. r=roc,bz,jwatt
|
2012-06-30 15:06:11 +12:00 |
|
Martin Stransky
|
7930265fe3
|
Bug 627699 - Port GTK2 to GTK3, dom patch. r=karlt
|
2012-06-27 20:15:32 -04:00 |
|
Ryan VanderMeulen
|
d3dde67942
|
Backout a07e9d98a7c6 (Bug 627699) due to build bustage.
|
2012-06-21 20:56:10 -04:00 |
|
Martin Stransky
|
e7aa588f67
|
Bug 627699 - Port GTK2 to GTK3, dom patch. r=karlt
|
2012-06-21 20:44:38 -04:00 |
|
Jeff Muizelaar
|
e67dd697d7
|
Bug 767088. Add SAMPLE_LABEL to nsDOMWindowUtils::SendMouseEventToWindow. r=ehsan
This is useful for profiling android text selection.
|
2012-06-11 16:22:14 -07:00 |
|
Jeff Walden
|
9eb451a896
|
Bug 765990 - Never use Rooted<T> as a temporary, so that the Rooted->Handle conversion path occurs in only one manner, not two (ambiguous) manners. r=luke
--HG--
extra : rebase_source : d42f8bcf462de54ff6cc7d9054b2561bdd67686a
|
2012-06-14 19:13:27 -07:00 |
|
Ed Morley
|
712c4f68c8
|
Backout 1c5a8d617bff (bug 765990), 617cb36ead59, b3067d05a76a (bug 760995), 79f9a61a1e43 (bug 426163) for bustage
|
2012-06-21 10:00:36 +01:00 |
|
Jeff Walden
|
5202bce28f
|
Bug 765990 - Never use Rooted<T> as a temporary, so that the Rooted->Handle conversion path occurs in only one manner, not two (ambiguous) manners. r=luke
|
2012-06-14 19:13:27 -07:00 |
|
Jim Mathies
|
2f392f7fb0
|
Bug 764355 - Add a new edge swipe simple gesture and add a click count value to existing tap gestures for Win8. r=felipe
|
2012-06-14 12:40:12 -05:00 |
|
L. David Baron
|
5c2604b010
|
Properly dirty intrinsic widths when doing things that change inflation. (Bug 759755, patch 3) r=roc
|
2012-06-11 13:57:35 -07:00 |
|
L. David Baron
|
d5f5088f98
|
Back out patches 2 and 3 of bug 759755 for causing intermittent failures of layout/reftests/font-inflation/container-with-clamping.html .
|
2012-06-10 17:36:18 -07:00 |
|
Ryan VanderMeulen
|
891e38e528
|
Revert c39d36167b99 due to a horribly munged backout.
|
2012-06-10 19:44:50 -04:00 |
|
Ryan VanderMeulen
|
f497d31a0a
|
Backout the bug 754202 backout due to orange.
|
2012-06-10 19:37:47 -04:00 |
|
L. David Baron
|
7cb71d7b6a
|
Properly dirty intrinsic widths when doing things that change inflation. (Bug 759755, patch 3) r=roc
|
2012-06-10 13:02:23 -07:00 |
|
Olli Pettay
|
ac6b89bfdb
|
Bug 761613 - Merge nsIPrivateDOMEvent to nsIDOMEvent, r=jst
|
2012-06-10 21:14:30 +03:00 |
|
Justin Lebar
|
ba730e6e3a
|
Bug 741587 - Part 1: Make alert/prompt/confirm work with <iframe mozbrowser>. r=smaug
--HG--
extra : rebase_source : f418da542453f8b0f5853a8da48bea1c8c95969e
|
2012-06-07 10:43:23 -04:00 |
|
Scott Johnson
|
6c704020bd
|
Bug 749186, Followup Patch 1: Cache font inflation settings in pres shell to prevent crash. [r=dbaron]
--HG--
extra : rebase_source : dc8b8f66bcd49c54ecefdf94793100b7901e6f3b
|
2012-06-05 22:47:33 -05:00 |
|
Jan Varga
|
6e3e5ab48b
|
Bug 726593 - Implement FileHandle. r=bent
|
2012-06-03 18:33:52 +02:00 |
|
Bill McCloskey
|
abb71491c4
|
Bug 735099 - Re-enable incremental GC (r=dmandelin)
|
2012-05-31 08:17:13 -07:00 |
|
Brian Hackett
|
1573459c2b
|
Rename RootedVar to Rooted, bug 756823. r=billm
|
2012-05-24 16:05:18 -07:00 |
|
Kartikaya Gupta
|
cd7997a23d
|
Bug 748384 - Propagate the page bounds in via browser.js. r=Cwiiis,mats
|
2012-05-23 10:49:59 -04:00 |
|
Kartikaya Gupta
|
0f2c633486
|
Bug 748384 - Back out 330e9c52f9ac, 9ba1078559fe, 2ed39c12d792, f53f05ecacd5 for build bustage. r=bustage
|
2012-05-23 11:08:19 -04:00 |
|
Kartikaya Gupta
|
d6c0648ca9
|
Bug 748384 - Propagate the page bounds in via browser.js. r=Cwiiis,mats
|
2012-05-23 10:49:59 -04:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Brian Hackett
|
c07eaa0e3e
|
Use handles in API object hooks where possible, bug 750733. r=billm
|
2012-05-19 15:03:45 -07:00 |
|
Brian Hackett
|
9ae1966596
|
Backed out changeset 5fc7462dd394 for android orange.
|
2012-05-19 11:52:55 -07:00 |
|
Brian Hackett
|
a863456144
|
Use handles in API object hooks where possible, bug 750733. r=billm
|
2012-05-19 09:48:09 -07:00 |
|
Mounir Lamouri
|
952519ccff
|
Bug 754141 (2/4) - Add a SetApp() method that takes the manifest URL value. r=jlebar
|
2012-05-16 12:40:09 +02:00 |
|
Mounir Lamouri
|
d46108bdce
|
Bug 753978 - Be able to know if a window is part of an application. r=jlebar
|
2012-05-10 17:56:21 -07:00 |
|
Ed Morley
|
1cb05a71f6
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-05-10 13:04:35 +01:00 |
|
L. David Baron
|
29cd8a5243
|
Null-check the right thing to fix topcrash. (Bug 752428) r=roc
|
2012-05-10 11:12:07 +02:00 |
|
Robert O'Callahan
|
ce8b7c2b17
|
Bug 681192. Part 13: Make nsDOMWindowUtils event coordinate calculations more accurate. r=matspal
--HG--
extra : rebase_source : fef4ef568baf1a67038aeb0e187511771fe0d565
|
2012-05-10 17:24:20 +12:00 |
|
Olli Pettay
|
5cd5cd6fc2
|
Bug 716014 Investigate if we could use CompartmentGC more often, r=billm+terrence
--HG--
extra : rebase_source : f0cfb9cdd2e2823898f4c18402df53e7b6041bac
|
2012-05-09 21:53:23 +03:00 |
|
L. David Baron
|
ea48810f79
|
Try to fix topcrash bug 752428 by null-checking the result of nsIPresShell::FrameManager(), which isn't supposed to need it. r=roc
--HG--
extra : transplant_source : %DF%9D%B8%F3%06%C5%85%00%245%FFK%AC%3F%3B%0C%90%3D%EF%A0
|
2012-05-07 17:02:01 +02:00 |
|
Ryan VanderMeulen
|
40cfe78d6d
|
Merge m-c to m-i
|
2012-05-05 11:50:54 -04:00 |
|
Olli Pettay
|
0067bf7bb3
|
Backout Bug 716014, a=bustage
|
2012-05-05 18:20:09 +03:00 |
|
L. David Baron
|
efa60346db
|
Reflow for screen size change when font.size.inflation.minTwips is set. (Bug 747231, patch 4) r=roc
--HG--
extra : transplant_source : %B2c%F2%B9%E0%1DL%DD%AF%A2%842R%F3%BB%60R%1B%9EI
|
2012-05-05 15:28:06 +02:00 |
|
L. David Baron
|
97846bd76e
|
Remove duplicate null check of presShell. (Bug 747231, patch 1) r=roc
--HG--
extra : transplant_source : %05I%BFz%3C%95%CB%19%BCV%08Lx%F5G%88%9B%02S9
|
2012-05-05 15:25:26 +02:00 |
|
Olli Pettay
|
9d18ecc72d
|
Bug 716014, use compartment gc more often, r=billm
--HG--
extra : rebase_source : cf20b7aca16349e4007da24cfb5b19ab7a16cad8
|
2012-05-05 11:55:30 +03:00 |
|
Ed Morley
|
8266a4291c
|
Merge mozilla-central to mozilla-inbound
|
2012-05-03 20:13:41 +01:00 |
|
Ali Juma
|
d068bda688
|
Bug 748048 - Part 1: Remove SetInvalidationDimensions and GetInvalidationDimensions. r=roc
|
2012-05-03 12:33:51 -04:00 |
|
Timothy Nikkel
|
674735aa60
|
Bug 749816. When setting the display port for an element We only need to discard layer contents when we are hiding a document with a widget. r=roc
|
2012-05-01 01:43:59 -05:00 |
|
Masayuki Nakano
|
e7f63293af
|
Bug 166240 part.8 Add tests for KeyboardEvent.location (synthesized events) r=smaug, sr=jst
|
2012-05-03 17:35:02 +09:00 |
|
Masayuki Nakano
|
bf490789ea
|
Bug 630811 part.3 Improve nsDOMWindowUtils::send*Event() for new modifiers r=smaug
|
2012-04-25 12:00:02 +09:00 |
|
Timothy Nikkel
|
5fce132cd1
|
Bug 732016 Allow override of the scroll port size used for clamping scroll positions. r=roc
|
2012-04-24 13:52:35 -05:00 |
|
Joe Drew
|
59b12ae642
|
Backout 492d12fa8b65 (bug 732016) for regressions. a=regression
--HG--
extra : rebase_source : cda0401baa2c3e5f6192f76c1cd25eca8187a9a0
|
2012-04-23 11:13:33 -07:00 |
|
Timothy Nikkel
|
be2da87d6f
|
Bug 732016 Allow override of the scroll port size used for clamping scroll positions. r=roc
|
2012-04-19 20:54:54 -05:00 |
|
Kartikaya Gupta
|
0cc27e70b7
|
Bug 744699 - Call setDisplayPort on the correct presShell. r=roc
|
2012-04-16 09:48:04 -04:00 |
|
Kyle Huey
|
03a553e469
|
Bug 722428: Fix leaks in mochitest by reworking SpecialPowers and nsDOMWindowUtils. r=mounir,ctalbert
|
2012-04-01 19:23:51 -07:00 |
|
Johnny Stenback
|
c1b3d96e01
|
Removing windows newlines. no bug and DONTBUILD
|
2012-03-30 22:34:16 -07:00 |
|
Jared Wein
|
ac11ea4de6
|
Bug 730318 - Implement a way for chrome js to enumerate the plugin objects on a page for activation. r=khuey
|
2012-03-28 08:53:56 -07:00 |
|
Jared Wein
|
a80b6db592
|
Backed out changeset 8e42ba558f07 (bug 730318) CLOSED TREE
|
2012-03-27 15:23:53 -07:00 |
|
Jared Wein
|
883053cd10
|
Bug 730318 - Implement a way for chrome js to enumerate the plugin objects on a page for activation. r=khuey
|
2012-03-27 13:50:50 -07:00 |
|
Jared Wein
|
3f49c23fdd
|
Backed out changeset 5f79a3dd45ff (bug 730318) r=bustage
|
2012-03-23 11:46:12 -07:00 |
|
Jared Wein
|
61ab14237c
|
Bug 730318 - Implement a way for chrome js to enumerate the plugin objects on a page for activation. r=khuey
|
2012-03-22 13:53:59 -07:00 |
|
Henri Sivonen
|
f2d3f89eb7
|
Bug 737417 part 1 - Split charset source constants out of nsIParser.h. r=smaug.
|
2012-03-22 16:42:42 +02:00 |
|
Masayuki Nakano
|
cd68fdc428
|
Bug 672175 part.15 Add new API nsIDOMWindowUtils.sendNativeMouseScrollEvent() r=roc, sr=smaug
|
2012-03-22 09:59:12 +09:00 |
|
Ali Juma
|
cc0282e9e5
|
Bug 732091 - Part 2: Add {set,get}IsFirstPaint to nsIDOMWindowUtils and nsIPresShell. r=ehsan
|
2012-03-12 11:50:11 -04:00 |
|
Ms2ger
|
a8e72a0529
|
Bug 726968 - Fix some dom/ build warnings; r=mounir
|
2012-02-21 10:34:01 +01:00 |
|
Bill McCloskey
|
c6cd982f05
|
Bug 641025 - Incremental GC (r=igor,smaug,roc,cdleary,gregor)
|
2012-02-17 14:35:20 -08:00 |
|
Igor Bukanov
|
18e6a2e079
|
bug 724310 - drop cx argument from JSObject field and fixed slots infallible API. r=:Waldo
--HG--
extra : rebase_source : b78519db2ff008eb5143676d2db47935f0e89f45
|
2012-02-05 21:07:23 +01:00 |
|