Mark Capella
|
170b9e6765
|
Bug 767705 - decomtaminate GetSelectedCells() on accessible tables, r=tbsaunde
|
2012-06-29 04:14:22 -04:00 |
|
Ed Morley
|
681b648ee2
|
Merge again
|
2012-06-29 08:47:59 +01:00 |
|
Ed Morley
|
38ad238bf5
|
Merge mozilla-central to mozilla-inbound
|
2012-06-29 08:46:45 +01:00 |
|
Justin Lebar
|
971e412f9e
|
No bug - Remove two .orig files. DONTBUILD rs=jst
|
2012-06-29 09:44:49 +02:00 |
|
Ed Morley
|
0359c6c4e5
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-06-29 08:41:44 +01:00 |
|
Mark Banner
|
3f0160f5ad
|
Bug 766269 - Thunderbird Permanent orange: TEST_UNEXPECTED_FAIL | test_0030_general.js. Correctly handle MOZ_APP_BASENAME and MOZ_APP_VENDOR being unset when determining the update location for unit tests on Windows. r=ehsan, test-only
|
2012-06-29 07:24:33 +01:00 |
|
Felipe Gomes
|
42a4082334
|
Bug 759619. Center webapp on screen on first run, and persist size and position values afterwards. r=myk
|
2012-06-28 22:27:09 -07:00 |
|
Brian Smith
|
ac9531b657
|
Backout change to netwerk/test/unit/test_bug651100.js from the patch for Bug 737615, a=bustage
--HG--
extra : rebase_source : 50d718395cafa292025452bb01a94fec9f4ae216
|
2012-06-28 19:39:48 -07:00 |
|
Jason Duell
|
cea8245cc8
|
Bug 711793 - Delay websocket reconnection after abnormal termination. r=mcmanus
|
2012-06-28 17:53:50 -07:00 |
|
Jeff Hammel
|
b6c36fbd7f
|
Bug 758925 - Update in-tree virtualenv to 1.7.2. r=ted
|
2012-06-28 21:34:05 -04:00 |
|
Jason Duell
|
eb31915a8b
|
Backout 25663e7d7f56 a=memory leak
|
2012-06-28 16:37:26 -07:00 |
|
Jason Duell
|
1a5146d99d
|
Backed out changeset 25663e7d7f56 a=memory leak
|
2012-06-28 16:36:14 -07:00 |
|
Jason Duell
|
75ba9183da
|
Bug 711793 - Delay websocket reconnection after abnormal termination. r=mcmanus
|
2012-06-28 14:42:21 -07:00 |
|
Margaret Leibovic
|
99ba23f673
|
Bug 766556 - Cancel text selection on device rotation. r=mfinkle
|
2012-06-28 17:37:04 -04:00 |
|
Margaret Leibovic
|
8317dd0f34
|
Bug 769038 - Margin on root element causes selection handles to appear at wrong spot. r=mbrubeck
|
2012-06-28 17:37:01 -04:00 |
|
Brian Smith
|
fcc2f52ebf
|
Bug 766683: Export nsNSSShutdown.h from PSM so that other components can use it, r=kaie
--HG--
extra : rebase_source : 40d446da4bf866dc1e4ee45039889fe8e68e8f56
|
2012-06-28 13:15:13 -07:00 |
|
Jonathan Watt
|
6c88f7cc0a
|
Bug 769306 - Move more code from nsSVGOuterSVGFrame::Paint to nsDisplaySVG::Paint. r=dholbert.
|
2012-06-28 20:51:31 +01:00 |
|
Jonathan Watt
|
3c530c668a
|
Bug 769242 - Rename nsDisplaySVG to nsDisplayOuterSVG in preparation for adding other SVG display list item types. r=dholbert.
|
2012-06-28 20:51:20 +01:00 |
|
Jonathan Watt
|
6955c9d4dd
|
Bug 769238 - Rename aEffectsFrame to just aFrame in nsSVGIntegrationUtils. r=dholbert.
|
2012-06-28 20:51:09 +01:00 |
|
Brian Smith
|
b89e4ef9a3
|
Bug 761228: Fix 304 response handling for custom conditional responses to prevent crash, r=jduell
--HG--
extra : rebase_source : 26494ad6bf23c3290f74fdd6ffc21a1db0b7f429
|
2012-06-28 12:34:32 -07:00 |
|
Ehsan Akhgari
|
56ee90e3ff
|
Bug 769362 - Mark the rest of the relative position change tests as random on Mac; r=bzbarsky
|
2012-06-28 15:26:36 -04:00 |
|
David Mandelin
|
325c507ceb
|
Bug 746036: stop querying for the current script in GetNameFromBytecode, r=bhackett
|
2012-06-25 18:04:01 -07:00 |
|
Jonathan Watt
|
85c5167bf8
|
Bug 769103 - Get SVG masks working for HTML elements under CSS transforms. r=roc.
|
2012-06-28 23:59:05 +01:00 |
|
Patrick McManus
|
53377817cd
|
bug 767159 remove sync dns from socks proxy r=biesi
|
2012-06-28 18:24:02 -04:00 |
|
Patrick McManus
|
d6879e09e8
|
bug 766312 - part 1 - pipeline cancelation could be "undone" r=honzab
|
2012-06-28 18:06:32 -04:00 |
|
Bobby Holley
|
930cee7527
|
Bug 754202 - Only push the context of the event target if the listener is scripted. r=smaug
|
2012-06-28 23:47:56 +02:00 |
|
Bobby Holley
|
2b7bbfa00d
|
Bug 754202 - Use the safe JSContext rather than the current JSContext in IndexedDBDatabaseParent::HandleDatabaseEvent. r=bent
It's not used for anything substantial, and it can be (or always is?) called with no JS on the stack.
|
2012-06-28 23:47:56 +02:00 |
|
Bobby Holley
|
d0d18c9d87
|
Bug 754202 - Scope the push of the safe js context such that it doesn't include the call to XHR::Send. r=mrbkap,bent
|
2012-06-28 23:47:56 +02:00 |
|
Bobby Holley
|
3b1d961424
|
Bug 754202 - Check principal in IsCapabilityEnabled when there's no code on the stack. r=mrbkap
|
2012-06-28 23:47:55 +02:00 |
|
Bobby Holley
|
eb5355a5e7
|
Bug 754202 - Remove NoWaiverWrapper. r=mrbkap
No more principal pushing!
|
2012-06-28 23:47:55 +02:00 |
|
Bobby Holley
|
753fcb6e9e
|
Bug 754202 - Remove mContextPrincipal usage from within nsScriptSecurityManager. r=mrbkap
|
2012-06-28 23:47:55 +02:00 |
|
Bobby Holley
|
22171babc1
|
Bug 754202 - Remove context pushing/popping API. r=mrbkap Each one of these uses grabs the principal off of an object for pushing, but also enters the compartment of that object. So we shouldn't need this anymore.
Can I get a 'hell yeah'?
|
2012-06-28 23:47:55 +02:00 |
|
Bobby Holley
|
21f7b2dc0e
|
Bug 754202 - Disallow calling EvaluateString{,WithValue} with a principal that doesn't match the global. r=mrbkap
|
2012-06-28 23:47:55 +02:00 |
|
Bobby Holley
|
7d7de37247
|
Bug 754202 - Pull subject principals directly off the compartment. r=mrbkap It would be nice to check these principals against the principals acquired using the old mechanism. Unfortunately, they often differ. Because CAPS uses JS stack frames, any time we enter a compartment and do an operation (even throwing an Access-Denied exception) without running any JS code, we'll end up with a different principal.
Our security story is pretty darn tied to compartments at this point, so let's
just pull the trigger.
|
2012-06-28 23:47:55 +02:00 |
|
Bobby Holley
|
471ef74edf
|
Bug 754202 - Pull object principals directly off the compartment and assert that behavior doesn't change. r=bz
|
2012-06-28 23:47:55 +02:00 |
|
Bobby Holley
|
3da2fdb7fa
|
Bug 754202 - Fix content->chrome postMessage mochitest. r=bz This isn't something we actually support, and were using enablePrivilege to do it before. When we switch this to SpecialPowers wrapping, the sender origin becomes a chrome URL (not very interesting) and the source window becomes null (which we do explicitly in nsGlobalWindow for chrome callers). So those tests stop being useful.
|
2012-06-28 23:47:55 +02:00 |
|
Saurabh Anand
|
a88bf282b6
|
Bug 722984 - nsBrowserGlue uses global private browsing service to make decisions; r=ehsan
|
2012-06-29 02:52:41 +05:30 |
|
Michal Novotny
|
6735dbcad7
|
Bug 737615: Replace usage of openCacheEntry with asyncOpenCacheEntry in Necko unit tests, r=bsmith
--HG--
extra : rebase_source : 626a90178480b47f24956a86914fdc3e76cbd20b
|
2012-06-12 14:23:32 -07:00 |
|
Brian Smith
|
50de53bdaf
|
Bug 764171: Fix crash in nsStorageStream by avoiding pre-buffering for items we will validate, r=honzab
--HG--
extra : rebase_source : e1229663f56643ef25805b26126893df51aaace7
|
2012-06-28 12:18:25 -07:00 |
|
Brian Smith
|
3c7495e4a0
|
Bug 760955 - Fix null pointer dereference in mozilla::net::nsHttpChannel::InstallOfflineCacheListener, r=hurley
--HG--
extra : rebase_source : 7cc662e898a48b05836441591b72587d8e988b2f
|
2012-06-12 14:25:24 -07:00 |
|
Brian Smith
|
d283191db1
|
Bug 760380 - Stop calling mOfflineCacheEntry->GetLastModified when processing response from normal cache, r=honzab
--HG--
extra : rebase_source : a649fa6e59638bf1e6d220cfc08960f7848a28ba
|
2012-06-12 14:23:06 -07:00 |
|
Wes Kocher
|
154cc27240
|
no bug - Update revision of Jetpack tests used on m-c to green things up. r=me
|
2012-06-28 14:28:23 -05:00 |
|
Ed Morley
|
4886fe3f3c
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-06-28 15:02:03 +01:00 |
|
Jim Mathies
|
65b601bac4
|
merge backout
|
2012-06-28 07:29:26 -05:00 |
|
Jim Mathies
|
cd5e62eefd
|
Bug 769212 - backout of bug 733630 due to bug 769212. r=backout
|
2012-06-28 07:29:15 -05:00 |
|
Mark Capella
|
08c39ca55b
|
Bug 765110 - TextLeafAccessibleWrap is never instanciated, r=tbsaunde
|
2012-06-28 05:09:14 -04:00 |
|
Chris Pearce
|
560d593c08
|
Bug 760102 - Enable fullscreen API for web apps. r=vingtetun
|
2012-06-28 20:55:33 +12:00 |
|
Vivien Nicolas
|
714578e283
|
Bug 760102 - Authorize web applications to use fullscreen by default. r=cpearce
|
2012-06-28 20:54:37 +12:00 |
|
Chris Pearce
|
407767521d
|
Bug 762191 - Make video controls mute/volume widgets do nothing if the video doesn't have audio. r=jaws
|
2012-06-28 17:31:09 +12:00 |
|
Boris Zbarsky
|
b080cc3a18
|
Bug 558220 part 2. Fix a bug in the test HTTP header that caused it to misread headers when a packet boundary fell between the CR and LF at the end of a header value. r=waldo
|
2012-06-28 00:26:13 -04:00 |
|