Gervase Markham
|
638c878b13
|
Bug 759095 - upgrade license to MPL 2, and other licensing cleanups.
--HG--
extra : rebase_source : da55a4937383eda2baf7c9a362501da8ee664146
|
2012-05-29 16:52:43 +01:00 |
|
Olli Pettay
|
21a0239f65
|
Bug 758401 - Add a way to get message manager from docshell, r=jst
|
2012-05-28 12:27:25 +03:00 |
|
Kyle Huey
|
bb9cdc1c83
|
Merge m-c to b-s.
|
2012-05-27 22:31:06 -07:00 |
|
Kyle Huey
|
22022a0f39
|
Merge m-c to b-s.
|
2012-05-26 14:22:26 -07:00 |
|
Kyle Huey
|
a5d0b0a379
|
Bug 751999: Split SetDocShell apart to make this code easier to read. r=jst
|
2012-05-25 12:00:32 -07:00 |
|
Aryeh Gregor
|
626faeaf0f
|
Bug 748307 part 5 - Support insertText, forwardDelete, insertParagraph per spec; r=ehsan
|
2012-05-22 12:37:17 +03:00 |
|
Ed Morley
|
f02fdecdaf
|
Backout 70cde80fa095 & 5a903d496ab0 (bug 722857) for crashes in 646184.html
|
2012-05-25 12:51:32 +01:00 |
|
Josh Matthews
|
21239cef76
|
Bug 722857 - Determine private browsing status for DOMStorage from owning docshell if available, and receive updates if its privacy status changes. r=mayhemer
|
2012-05-25 12:20:31 +01:00 |
|
Simon Montagu
|
4332bd83c0
|
Update patch for bug 644209 to final version. r=emk
|
2012-05-24 22:56:49 +03:00 |
|
Simon Montagu
|
df869772de
|
Make tests that use non-UTF-8 content use file URLs instead of chrome URLs. Bug 644209, r=emk
|
2012-05-24 22:41:38 +03:00 |
|
Josh Matthews
|
a913bc7bf5
|
Bug 722857 - Determine private browsing status for DOMStorage from owning docshell if available, and receive updates if its privacy status changes. r=mayhemer
|
2012-05-26 09:37:58 +01:00 |
|
Josh Matthews
|
c78ac89a1d
|
Bug 722845 - Part 5: Disable offline cache entries for private channels. r=mayhemer
|
2012-05-24 16:31:54 +01:00 |
|
Boris Zbarsky
|
805e170d81
|
Bug 748276. Don't record a navigationStart for javascript: URI loads that don't produce a document. r=smaug
|
2012-05-23 12:44:48 -04:00 |
|
Gervase Markham
|
87620f5676
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Benjamin Smedberg
|
2187798a40
|
Bug 734847 part 2 - treewide changes resulting from the default-infallibility of hashtables; either remove useless result checks, or use the fallible version of APIs, depending on context, r=jlebar
--HG--
extra : rebase_source : 844b008c5167e6ca39a7ba9eeec8b30672938704
|
2012-05-18 13:30:49 -04:00 |
|
Neil Rashbrook
|
6c452f6526
|
Bug 678726 Improved diagnostics to try to figure out what this random orange is r=ted
|
2012-05-10 22:46:15 +01:00 |
|
Marco Castelluccio
|
e4a53a7c22
|
Bug 615213 - Remove nsIGlobalHistory.
r=bsmedberg
|
2012-05-09 21:30:41 +02:00 |
|
Oonishi Atsushi
|
d1c5729d9c
|
Bug 745530 - Check that the decoded and unescaped ref is not empty. r=smaug
|
2012-05-08 18:49:14 -04:00 |
|
L. David Baron
|
d875dda857
|
Expose DocumentViewerImpl::CallChildren with an API that fills an array. (Bug 747231, patch 3) r=roc
--HG--
extra : transplant_source : %FFc%40%AE%D6%22%40%1D%7F%F7%A8%BC%1A%ECG%98G%DCFf
|
2012-05-05 15:25:45 +02:00 |
|
Ed Morley
|
3a83db790e
|
Backout 8d220661ef24 (bug 751575) for timing out on pgo linux
|
2012-05-04 10:10:34 +01:00 |
|
Luke Wagner
|
90406e4550
|
Bug 751575 - fix and reenable test_pb_notification_ipc.js (r=jst)
--HG--
extra : rebase_source : e2d52414cd17c15792e9c4be9cc48bfdb3b02318
|
2012-05-03 16:25:20 -07:00 |
|
Ed Morley
|
6cb1c1f730
|
Bug 751575 - Disable test_pb_notification_ipc.js for permafailing in a CPG world; r=jst CLOSED TREE
|
2012-05-03 17:15:58 +01:00 |
|
Oonishi Atsushi
|
73e93532ac
|
Bug 750145 - iframe should not inherit LOAD_ERROR_PAGE. r=smaug
|
2012-05-03 06:22:33 -04:00 |
|
Oonishi Atsushi
|
1dd86ec7a4
|
Bug 478927 - Add new test. r=smaug
|
2012-05-03 06:22:32 -04:00 |
|
Oonishi Atsushi
|
4e66b438ee
|
Bug 478927 - Add a new flag LOCATION_CHANGE_ERROR_PAGE for onLocationChangeBug. r=smaug, sr=bzbarsky
|
2012-05-03 06:22:32 -04:00 |
|
Boris Zbarsky
|
b6ce9bf486
|
Bug 748803. Don't autofocus the Try Again button in error pages if the error page is not a toplevel page. r=mounir
|
2012-04-30 21:57:16 -04:00 |
|
Eric Wong
|
1e185ea50a
|
Bug 724841 - Retain case when sending location bar text to search engine service r=bz
|
2012-04-28 18:39:14 -07:00 |
|
Oonishi Atsushi
|
2f5c073699
|
Bug 673752 - Every error page fires onLocationChange twice. r=smaug
|
2012-04-24 19:49:58 -04:00 |
|
Matt Brubeck
|
c9d5f18376
|
Back out a0bc511b1d75 (bug 744910) and c85d6a254baa (bug 673752) on suspicion of causing Win debug "make check" hangs
|
2012-04-24 20:47:13 -07:00 |
|
Ehsan Akhgari
|
c7d143b9fa
|
Merge mozilla-central into mozilla-inbound
|
2012-04-24 21:29:44 -04:00 |
|
Josh Matthews
|
03e6832624
|
Bug 729162 - Add per-docshell privacy mode transition observers. r=bz
|
2012-04-19 23:19:54 -04:00 |
|
Josh Matthews
|
fb81af3718
|
Bug 729204 - Make docshell privacy notifications work across multiple processes. r=bz
|
2012-04-19 20:13:20 -04:00 |
|
Justin Lebar
|
d25f1dec11
|
Bug 745502 - Fix a null-pointer exception in pushState. r=smaug
|
2012-04-16 19:54:08 +10:00 |
|
Ms2ger
|
f58f1b50e0
|
Bug 742837 - Remove dead code and cleanup around nsDOMScriptObjectFactory; r=bz
|
2012-04-14 15:03:16 +02:00 |
|
Ms2ger
|
b8ae2456b2
|
Backing out bf0a78471e5e:dc7022e2d807 for inexplicable windows crashes.
|
2012-04-14 17:52:34 +02:00 |
|
Ms2ger
|
7fd5606557
|
Bug 742837 - Remove dead code and cleanup around nsDOMScriptObjectFactory; r=bz
|
2012-04-14 15:03:16 +02:00 |
|
Oonishi Atsushi
|
c128b4bf71
|
Bug 673752 - Every error page fires onLocationChange twice. r=smaug
|
2012-04-24 19:49:58 -04:00 |
|
Paolo Amadini
|
250a42fffb
|
Bug 737133 - getFaviconURLForPage and getFaviconDataForPage should invoke nsIFaviconDataCallback even if the favicon is not available. r=mak sr=gavin
--HG--
extra : rebase_source : 70f0139a7b87b4a3f4de785a7c29f3f36e2055a9
|
2012-04-12 12:27:14 +02:00 |
|
Josh Matthews
|
5f5aaae706
|
Bug 725210 - Add observer notification for last PB docshell going away. r=bz
|
2012-02-21 12:32:17 -05:00 |
|
Justin Lebar
|
1feb667876
|
Bug 737307 - Don't clobber mLoadType in short-circuited loads. r=bz
--HG--
extra : rebase_source : 9ae25aa8144136f202251b61050adb6b05fe08af
|
2012-03-29 11:27:13 -07:00 |
|
Marco Bonardo
|
138f1e8f5f
|
Bug 738762 - Pass redirect and error information to global history.
r=bz
|
2012-03-29 15:07:09 +02:00 |
|
Oonishi Atsushi
|
c4d02177e7
|
Bug 680727 - Part 2: docshell should pass a reloaded page to global history. r=smaug
|
2012-03-28 21:51:01 +02:00 |
|
Justin Lebar
|
e118a51dca
|
Bug 736688 - Part 6: Add BrowserElementAPI.js, implementing loadstart, loadend, locationchange, and the window.{top,parent,frameElement} override for <iframe mozbrowser>. r=smaug
--HG--
extra : rebase_source : 7ed3e56bbf06d97a9b0127eecf87128c5389a1b1
|
2012-03-28 11:36:50 -07:00 |
|
Justin Lebar
|
02941cac89
|
Back out changesets 6a2c57fa8edf, 34526f45d863 (bug 737307) due to web-facing regressions (e.g. bug 739478). r=bz
--HG--
extra : rebase_source : 4b595ee4ef7ab60a1d831bf50f1c973161e3187c
|
2012-03-26 17:10:07 -07:00 |
|
Gavin Sharp
|
c8632ad3cd
|
Bug 738804: back out keyword.URL prompting code while we investigate other larger changes, r=fryn
--HG--
extra : transplant_source : %F0G%AD%A1%89%C6%93%BB%CB/t%9E%DE%14%E9%7D2%91%EFF
|
2012-03-23 16:27:54 -07:00 |
|
Mark Capella
|
08d7239a5d
|
Bug 734023 - Remove language arguments from nsIScriptGlobalObject methods, r=jst, f=ms2ger
|
2012-03-23 18:13:29 +01:00 |
|
Henri Sivonen
|
3dfb9fb844
|
Bug 737417 part 1 - Split charset source constants out of nsIParser.h. r=smaug.
|
2012-03-22 16:42:42 +02:00 |
|
Justin Lebar
|
532063e6fc
|
Bug 737307 - Part 2: Fix. r=bz
|
2012-03-21 09:53:40 -04:00 |
|
Justin Lebar
|
f3530c78c5
|
Back out 4d69dc0ec681 (bug 737307) due to orange.
|
2012-03-21 08:57:14 -04:00 |
|
Justin Lebar
|
e6d9a12b96
|
Fix bug 737307. r=bz
|
2012-03-21 07:38:01 -04:00 |
|