Brian Smith
b78a4cfb46
backout cset b36d5c933092 due to orange
2012-11-10 19:09:07 -08:00
Brian Smith
5b7b090005
backout cset 30f8e29f9cd1 due to orange
2012-11-10 19:08:26 -08:00
Brian Smith
16a1014808
Bug 772365: Fix build bustage caused by cset 4ed8af50dc10, a=bustage
2012-11-10 18:51:22 -08:00
Brian Smith
b3f665df00
Bug 799009: Remove unneeded SSL-related security alerts, r=honzab, r=dao
...
--HG--
extra : rebase_source : b6216bf3163f63f1eb4f16901943d9f351bca2cf
2012-11-10 18:19:55 -08:00
Brian Smith
741fc10ba2
Bug 799007: Remove support for low/weak/null cipher suites, r=honzab, r=dao
...
--HG--
extra : rebase_source : 822ef336a5cdeb7d6693dbe46844a26465600854
2012-11-10 18:18:14 -08:00
Brian Smith
769b6dddc4
Bug 802302: Remove obsolete OCSP responder override UI and API, r=honzab
...
--HG--
extra : rebase_source : 5d241a8b9573f442c37d0aeef0689ae5054dd08d
2012-10-15 20:39:11 -07:00
Brian Smith
962ab4d8eb
Bug 772365, Part 0: remove nsNSSCertHeader.h, r=honzab
...
--HG--
extra : rebase_source : b58ac957c58f647180f67a6e13be3cc81915d90c
2012-11-02 12:34:46 -07:00
Brian Smith
a61e92f320
Bug 804441: Put our NSPR and NSS header wrappers before OS_INCLUDES, r=ted
...
This allows inline functions in headers to call NSPR/NSS functions without
causing linking errors.
--HG--
extra : rebase_source : f89df8a53d6e8f624c84fc3b84982c4dd92d5f38
2012-10-24 14:31:54 -07:00
Alexander Surkov
21403f44c5
Bug 804040 - Selection event not fired when selection of ARIA tab changes, r=tbsaunde
2012-11-11 11:16:17 +09:00
Richard Newman
8acc3abab7
Bug 786926 - updateBookmark doesn't set DATE_MODIFIED. r=mfinkle
2012-11-10 15:06:50 -08:00
Frédéric Wang
9d65979632
Bug 487587 - In mathml formulas, the content of many <mo> elements is not highlighted when selected. r=roc
2012-11-10 17:09:26 -05:00
philringnalda@gmail.com
153df1e1a4
No bug, Automated blocklist update from host slice - a=blocklist-update
2012-11-10 13:56:59 -08:00
Ryan VanderMeulen
c8aaa958ab
Merge fx-team to m-c.
2012-11-10 16:53:55 -05:00
Nicholas Cameron
1e690cd966
Bug 782311; put back D3D10_RESOURCE_MISC_GDI_COMPATIBLE. r=Bas
2012-11-10 11:14:13 -08:00
Justin Lebar
bad9a3a462
Bug 806168 - Remove extra indentation in webapp_clearBrowserData.js. r=bent
...
The extra indentaiton was necessary because we wanted hg/git to notice that webapp_clearBrowserData.js was actually a rename of test_webapp_clearBrowserData.html.
2012-11-10 10:32:38 -08:00
Justin Lebar
caca0b9c6a
Bug 806168 - Test for bugs 802366 and 806127. r=bent
...
These new tests are disabled on Android because the test they're replacing, test_webapp_clearBrowserData.html, was also disabled on Android, and the new tests fail in the same way as the original test.
--HG--
rename : dom/indexedDB/test/test_webapp_clearBrowserData.html => dom/indexedDB/test/webapp_clearBrowserData.js
2012-11-10 10:32:38 -08:00
Justin Lebar
d978dad159
Bug 806127 - Test that cookies from pages inside <iframe mozbrowser> are not considered third-party. r=bz
...
The test for the other change in bug 806127 (which affects IndexedDB) is in bug 806168.
2012-11-10 10:32:37 -08:00
Justin Lebar
f17c909f2c
Bug 806127 - ThirdPartyUtil should not consider in-process <iframe mozbrowser/mozapp> to be third-party. r=bz
2012-11-10 10:32:37 -08:00
Justin Lebar
d89df5af01
Bug 802366 - Epilogue: Remove workaround for bug 802366 in Webapps.jsm. r=sicking
2012-11-10 10:32:37 -08:00
Justin Lebar
68ad9209a9
Bug 802366 - Use TabContext to make IDB handling more correct in TabParent. r=bent
2012-11-10 10:32:37 -08:00
Justin Lebar
e80ccc6058
Bug 802366 - The main event: Let a browser process inherit its app's id. r=bz,cjones
...
The main bug fixed here is that in half of our interfaces, we use "is browser frame/element" to mean "browser or app", and in the other half, we use it to mean "is browser not app".
There's a related, functional bug also fixed here, which is that a browser process doesn't inherit its parent's app-id. This causes problems e.g. for IndexedDB: If a browser inside an app uses IndexedDB, the DB should have the app's app-id.
I also modified Tab{Parent,Child} and nsFrameLoader to call "app" "ownOrContainingApp", to emphasize that we might have inherited the app from a parent process. I left nsIDocShell::appId alone, because changing that would have necessitated changing nsILoadGroup and therefore a /lot/ of users in Necko; it's also not clear it would have clarified anything in those cases.
2012-11-10 10:32:37 -08:00
Justin Lebar
783b877af2
Bug 802366 - Prelude, part 5: Improve comments in nsIDocShellTreeItem.idl and nsILoadContext.idl. r=bz
2012-11-10 10:32:36 -08:00
Justin Lebar
2e355efcc0
Bug 802366 - Prelude, part 4: Use and simplify nsScriptSecurityManager::GetDocShellCodebasePrincipal. r=bz
2012-11-10 10:32:36 -08:00
Justin Lebar
a3cc947e7f
Bug 802366 - Prelude, part 3: Make some methods on nsIPrincipal infallible, and improve documentation on other methods. r=bz
2012-11-10 10:32:36 -08:00
Justin Lebar
0634f40089
Bug 802366 - Prelude, part 2: Rename GetParentIgnoreBrowserFrame to GetSameTypeParentIgnoreBrowserAndAppBoundaries. r=bz
...
It's a long name, but at least it's clear.
2012-11-10 10:32:35 -08:00
Justin Lebar
f489977ddc
Bug 802366 - Prelude, part 1: Rename in-process-browser-frame-shown to in-process-browser-or-app-frame-shown. r=bz
2012-11-10 10:32:35 -08:00
Jim Chen
bc468e1a27
Bug 810248 - Fix GeckoEditable call on wrong object; r=cpeterson
2012-11-10 13:06:56 -05:00
Ryan VanderMeulen
b0097ea4f1
Backed out changeset b5c86318a3ee (bug 801918) for various regressions.
2012-11-10 12:09:50 -05:00
Ryan VanderMeulen
1501d1c8ce
Backed out changeset 5054c2552a30 (bug 798033) for b2g bustage.
2012-11-10 11:52:15 -05:00
Matt Joras
486435e9e6
Bug 798033 - Removes 'using namespace' from js headers - r=billm
2012-11-10 10:46:01 -05:00
Matt Joras
cca020df08
Bug 798033 - Removes 'using namespace' from dom headers - r=khuey
2012-11-10 10:45:52 -05:00
Patrick McManus
b112300207
bug 810152 - 0 len no fin spdy data frames r=honzab
2012-11-10 10:27:59 -05:00
Patrick McManus
aba0cf9149
bug 809913 spdy post hang with mod_spdy r=honzab
2012-11-10 10:27:59 -05:00
Patrick McManus
b354b5f4cc
bug 809909 - spdy/3 goaway frame missing status code bytes r=honzab
2012-11-10 10:27:53 -05:00
Victor Porof
e58b133e85
Bug 809392 - The remote and chrome debugger windows don't have a title, r=past
2012-11-10 13:14:40 +02:00
Victor Porof
967be2c454
Bug 809002 - Stick the variables view exported symbols on 'this', r=past
2012-11-10 13:14:40 +02:00
Victor Porof
3909eb0089
Bug 808988 - The stackframes and breakpoints containers should have a min and max height, r=past
2012-11-10 13:14:40 +02:00
Victor Porof
cc238518cf
Bug 808980 - Clicking on the empty area of the stack list produces error message: item is null, r=past
2012-11-10 13:14:40 +02:00
Victor Porof
457cccd84f
Bug 808786 - Add a pref to disable sorting the variables when adding them in the view, r=past
2012-11-10 13:14:40 +02:00
Victor Porof
7a4bcb52fa
Bug 808691 - The remote and chrome debugger windows should remember their size across sessions, r=past
2012-11-10 13:14:40 +02:00
Panos Astithas
3b0b38ecbd
Merge m-c to fx-team
2012-11-09 08:59:01 +02:00
Brian R. Bondy
38cac0b805
Bug 792106. r=rstrong
2012-11-08 20:56:42 -05:00
Robert Strong
90f91a0546
Bug 792106. r=bbondy
2012-11-08 20:56:38 -05:00
Ryan VanderMeulen
be3c66b5a5
Merge the last PGO-green inbound changeset to m-c.
2012-11-08 19:52:11 -05:00
Gian-Carlo Pascutto
aaca4f7033
Bug 809459 - Disable SmsRequest on Android to fix a startup crash. r=dougt,bustage
2012-11-08 17:37:13 +01:00
Ms2ger
7e144f29de
Merge backout on a CLOSED TREE.
2012-11-08 09:20:52 +01:00
Ms2ger
6e9c8d40fc
Bug 809756 - Backout bug 803665, bug 803668, bug 803666 and bug 803669 on a CLOSED TREE.
2012-11-08 09:20:25 +01:00
Bill McCloskey
6399748bf8
Bug 808067 - Fix needsBarrier for GC (r=sstangl,jonco)
2012-11-07 10:30:30 -08:00
Edwin Flores
d4f885daa6
Bug 798448 - Add YVU420SP to RGB565 conversion function r=gal
2012-11-08 17:24:02 +13:00
Edwin Flores
e5807d5033
Bug 798448 - Stop GonkNativeWindow::perform returning an error when the transform is set r=kanru
2012-11-08 17:24:02 +13:00