Wes Johnston
|
28e877dfdd
|
Bug 301471 - Autofocus the Try Again button in the net error dialog. r=bz
|
2012-01-25 01:31:33 +01:00 |
Simon Montagu
|
b4b0d9b6fd
|
Remove unused forcedDetector property. Bug 713825, r=bz
|
2012-01-24 11:52:05 +02:00 |
Simon Montagu
|
debdfabb4a
|
Move nsIDocumentCharsetInfo out of intl/chardet into nsIDocShell, Bug 713825, r=bz, mbrubeck
|
2012-01-24 11:52:05 +02:00 |
Simon Montagu
|
3856794e9e
|
Move nsIDocCharset out of intl/chardet into nsIDocShell, Bug 713825, r=bz
|
2012-01-24 11:52:04 +02:00 |
Mike Hommey
|
070316b3bc
|
Bug 718737 - Add a startup timeline event on the first nsDocShell::LoadURI for non about:blank content. r=bz,r=tglek
|
2012-01-19 08:40:18 +01:00 |
Tim Taubert
|
ecb5606a80
|
merge m-c to fx-team
|
2012-01-16 11:20:19 +01:00 |
Jared Wein
|
b6c0d72d2a
|
Bug 198964 - Enable smooth scrolling by default. r=gavin
|
2012-01-13 16:26:34 -08:00 |
Bobby Holley
|
8a5a48f99b
|
Bug 713747 - Remove usage of UniversalFoo in gecko. r=bz
|
2011-12-30 09:35:39 -08:00 |
Markus Stange
|
9a78503fea
|
Bug 598482 part 20 - Rename Update to Invalidate; view updates are now always asynchronous. r=roc
|
2011-12-23 22:52:25 -05:00 |
Markus Stange
|
543a7ac751
|
Bug 598482 part 7 - Remove NS_VMREFRESH_* flags. NS_VMREFRESH_NO_SYNC is now the unchangable default. r=roc
|
2011-12-23 22:52:22 -05:00 |
Steffen Wilberg
|
efe0797ce3
|
Bug 707570: Use Services.prefs instead of gPrefService in browser_bug435325.js. r=bz
|
2011-12-29 10:42:57 +01:00 |
Rafael Ávila de Espíndola
|
dfbdcf53f0
|
Bug 712754 - Call do_get_profile. r=mak.
|
2011-12-28 08:46:04 -05:00 |
Phil Ringnalda
|
5c2ad9ace8
|
Back out 1ac4cb2e7c32 to c631f9c3e9a9 (bug 598482) for Android reftest failures
|
2011-12-23 22:21:58 -08:00 |
Justin Lebar
|
200c1d8c87
|
Bug 707893 - Ignore X-Frame-Options on b2g. r=bz
--HG--
extra : rebase_source : 636a7d9f892c2b280acb0b004b61f02b58352d36
|
2011-12-22 11:51:00 -05:00 |
Markus Stange
|
a397b88570
|
Bug 598482 part 20 - Rename Update to Invalidate; view updates are now always asynchronous. r=roc
|
2011-12-23 22:52:25 -05:00 |
Markus Stange
|
78c7667ea5
|
Bug 598482 part 7 - Remove NS_VMREFRESH_* flags. NS_VMREFRESH_NO_SYNC is now the unchangable default. r=roc
|
2011-12-23 22:52:22 -05:00 |
Nathan Froyd
|
72be0084d9
|
Bug 709205 - use GetObserverService in dom,docshell; r=bz
|
2011-12-09 14:35:37 -05:00 |
Masayuki Nakano
|
97f96d43d4
|
Bug 504586 test_bug430723.html should listen to scroll event after sending key events r=smaug
|
2011-12-16 22:38:45 +09:00 |
Masayuki Nakano
|
f585097414
|
Bug 700199 EventUtils.js should use synthesized events for sendKey(), sendChar() and sendString() rather than untrusted events r=smaug+ehsan+dolske+enndeakin
|
2011-12-16 22:38:45 +09:00 |
Masayuki Nakano
|
1818f937ac
|
backout 34b8fe028357
|
2011-12-08 16:42:45 +09:00 |
Thomas Prip Vestergaard
|
478ef9133e
|
Bug 707395 - Replace PR_MIN/PR_MAX/PR_ABS with NS_MIN/NS_MAX/NS_ABS. r=jlebar
|
2011-12-07 19:49:00 +08:00 |
Masayuki Nakano
|
8b607624ad
|
Bug 700199 EventUtils.js should use synthesized events for sendKey(), sendChar() and sendString() rather than untrusted events r=ehsan+smaug+enndeakin+dolske
|
2011-12-07 14:13:06 +09:00 |
Simon Montagu
|
4138b248f2
|
Use BrowserSetForcedCharacterSet instead of Firefox-specific SetForcedCharset. Bug 705943, r=dao
|
2011-11-30 11:10:41 +02:00 |
Igor Bazarny
|
0c7b31ce69
|
Bug 694612. Hook up the performance timing APIs even inside an <object>. r=bzbarsky
|
2011-11-17 10:24:03 +13:00 |
Ms2ger
|
097095f099
|
No bug - Remove XPConnect from LOCAL_INCLUDES in docshell/base/Makefile.in; r=bholley over IRC
|
2011-11-16 08:50:19 +01:00 |
Michael Wu
|
1a784cecd2
|
Bug 694206 - Add Gonk (B2G) widget backend, r=cjones
|
2011-11-10 16:17:46 -08:00 |
Oonishi Atsushi
|
80df1b13db
|
Bug 311007 - Add aFlags arg to onLocationChange(...), to distinguish between same-document and different-document. r=smaug, sr=bzbarsky
|
2011-11-10 15:01:11 +01:00 |
Masatoshi Kimura
|
0731ba3f8d
|
Bug 647403 - Add a pref for CreateFixupURI to use UTF-8; r=bz
|
2011-11-09 16:02:14 +01:00 |
Igor Bazarny
|
9bb3c9491a
|
Bug 691547. Don't record a navigationStart for a docshell when one of its descendants navigates. r=bzbarsky
|
2011-11-08 11:51:20 -05:00 |
Ed Morley
|
e8cc3fd50a
|
Merge mozilla-central and mozilla-inbound
|
2011-11-05 18:46:28 +00:00 |
Ed Morley
|
b4eeea3edf
|
Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail
|
2011-11-05 18:35:59 +00:00 |
Masatoshi Kimura
|
740e60a59a
|
Bug 461304 - Part 1: Add UTF-8 flag to nsDocShell::LoadURI; r=bz
|
2011-11-05 15:48:28 +00:00 |
Rail Aliiev
|
a2113b4d42
|
Bug 616542 - Shorten file path length of mochitest; r=ted
|
2011-11-04 21:13:42 +00:00 |
Justin Lebar
|
d8c72e4461
|
Bug 698656 - mParent pointer should be on nsSHEntry, not nsSHEntryShared. r=bz
Now with less bustage, I hope.
--HG--
extra : rebase_source : f422a9326391cafb0505390177f1d30379e366b7
|
2011-10-31 22:33:24 -04:00 |
Phil Ringnalda
|
86cbcd0d4f
|
Back out 65ffdabf1b6b (bug 698656) for orange, and lots of it
|
2011-10-31 20:03:26 -07:00 |
Justin Lebar
|
fc33059c8d
|
Bug 698656 - mParent pointer should be on nsSHEntry, not nsSHEntryShared. r=bz
|
2011-10-31 22:33:24 -04:00 |
Mark Banner
|
a215a840b7
|
Bug 693949 - Drop nsCStringArray. r=bsmedberg
|
2011-10-28 08:35:45 +01:00 |
Timothy Nikkel
|
7e7413964d
|
Bug 658005. Part 2. Add a frame visibility API that takes into account everything we need, and use it. r=roc
|
2011-10-26 18:57:55 -05:00 |
Justin Lebar
|
412cc93c26
|
Bug 683777 - In an attempt to fix a crash in nsDocShell::InternalLoad, re-land bug 646641 with an extra null-check. r=smaug
|
2011-10-21 11:26:34 -04:00 |
Marco Bonardo
|
1716d593fe
|
Merge mozilla-central to mozilla-inbound
|
2011-10-19 11:50:01 +02:00 |
Marco Bonardo
|
3a0bb8b0e6
|
Merge last green changeset from mozilla-inbound to mozilla-central
|
2011-10-19 11:47:57 +02:00 |
Joel Maher
|
02379a7d61
|
Bug 674321 - port docshell_helpers.js to SpecialPowers. r=ted
|
2011-10-19 05:35:05 -04:00 |
Olli Pettay
|
d30d7c0831
|
Bug 682420 - Rename nsINode::GetOwnerDoc to nsINode::OwnerDoc, part 2, r=jst
--HG--
extra : rebase_source : 53dc2ec386f6e4147587e6be3c53d297ad71d57a
|
2011-10-18 14:19:44 +03:00 |
Olli Pettay
|
c3c86f516c
|
Bug 682420 - Rename nsINode::GetOwnerDoc to nsINode::OwnerDoc, part 1, r=jst
--HG--
extra : rebase_source : baf1a25cdea68d499a7673fdf96e27b5a12dc83c
|
2011-10-18 13:53:36 +03:00 |
Justin Lebar
|
26b5ce4671
|
Back out rev 571224f5f4e5 (bug 683777) due to Android b-c orange.
|
2011-10-17 21:09:17 -04:00 |
Masatoshi Kimura
|
e1f3ce6115
|
Bug 691690 - Part 1: Add UTF-8 flag to createFixupURI. r=bz
|
2011-10-19 16:39:07 +09:00 |
Justin Lebar
|
465ae2ac3c
|
Bug 683777 - Back out bug 646641 on suspicion of causing crashes. rs=smaug
|
2011-10-12 20:15:28 -04:00 |
Justin Lebar
|
c7200323eb
|
Bug 683777 - Back out bug 646641 on suspicion of causing crashes. rs=smaug
|
2011-10-12 20:15:28 -04:00 |
Ehsan Akhgari
|
1deb9f1504
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
Jeff Walden
|
1bb2d1626a
|
Bug 693469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. (Exceptions: assigning to static initializers, use in static assertions, as template parameters, etc. These will go away when the relevant compilers have C++11 constexpr support.) r=cjones
--HG--
extra : rebase_source : b4bae9a0f85abf2feb828609b50e756916b99a6f
|
2011-10-10 22:50:08 -07:00 |