Marco Castelluccio
502708d073
Bug 776446 - Cannot use contextmenu <menu> elements within the desktop webapp runtime. r=myk
2013-08-09 14:02:20 -04:00
Marco Castelluccio
a2f11bcca5
Bug 773783 - Launching an app with an incompatible version of Firefox installed on Mac produces a very not so useful error message. r=myk
2013-08-09 14:02:04 -04:00
Matt Brubeck
c3c8dba4f1
Merge m-c to fx-team
2013-08-08 21:54:44 -07:00
Michael Comella
2ad753238e
Bug 900289: Enable foreign key pragma on FHR database. r=rnewman
2013-08-08 20:54:36 -07:00
Tim Taubert
ee7ef6aa4a
Backed out changeset 1230bd543454 (bug 792806)
2013-08-09 05:50:22 +02:00
Tim Taubert
d3ab83c4fa
Backed out changeset 24e725b72a0d (bug 792806)
2013-08-09 05:50:21 +02:00
Tim Taubert
c1ac612195
Bug 880101 - part 2 - Wait until the initial tab's content document has been created before adding the progress listener; r=gavin
2013-08-09 04:56:48 +02:00
Tim Taubert
7576aec33a
Bug 880101 - part 1 - Add test that forces the gBrowser constructor a little too early; r=gavin
2013-08-09 04:51:27 +02:00
Max Li
310e73feaf
Bug 900097 - statusbarpanel shouldn't be a button accessible. r=enn
2013-08-08 18:39:56 -04:00
Corey Ford
9adda71475
Bug 898794 - Store normal frame position before applying relative positioning. r=dbaron
2013-08-08 17:20:17 -07:00
Po-Chun Chang
7d9e1e33ce
Bug 897262 - Avoid waste in nsBaseScreen::CheckMinimumBrightness(). r=bgirard
2013-08-09 14:36:32 -04:00
Karl Tomlinson
fb08eba385
b=815643 Implement HRTF panner processing based on Blink implementation r=ehsan
...
--HG--
extra : rebase_source : 197fd6f39d3d45b61d25d9dc399c72828d93655a
2013-08-09 10:08:06 +12:00
Karl Tomlinson
c41d18de82
b=815643 Add Blink's HRTFPanner to the build r=ehsan
...
--HG--
extra : rebase_source : 14187eb58d308c25b3ff37356a1aef6757aee81d
2013-08-09 10:07:49 +12:00
Karl Tomlinson
bfa9fc4aa2
b=815643 Refactor DelayNodeEngine delay processing into a shareable class r=ehsan
...
--HG--
extra : rebase_source : e25ff3e490c2cbce5ed7cdf9419ccc2850ea16e5
2013-08-09 10:07:49 +12:00
Karl Tomlinson
705047473b
b=865241 don't join HRTFDatabaseLoader thread until it has finished r=ehsan
...
Also turn some always-true conditions into assertions.
--HG--
extra : rebase_source : a38b75a1a27f25cef7b9dd86a1cca15ce9f67893
2013-08-09 10:07:42 +12:00
Karl Tomlinson
1a98f66b41
b=865241 make HRTFDatabaseLoader ref-counting thread-safe r=ehsan
...
--HG--
extra : rebase_source : 8cab96807c111eb103dbe931d14a86a8b97a824e
2013-08-09 09:59:56 +12:00
Matt Brubeck
9fc67ed1e7
Back out d10581fd8202 (bug 897532) on suspicion of causing intermittent pgo-only Metro crashes
2013-08-08 14:58:00 -07:00
Karl Tomlinson
b446dda0ec
b=815643 Add Blink's HRTFDatabase and HRTFDatabaseLoader to the build r=ehsan
...
--HG--
extra : rebase_source : e7aa0ce1ca436bbb429cb1f6051b3b8210bf767a
2013-08-09 09:56:28 +12:00
Sriram Ramasubramanian
01608cd4b2
Bug 880525: Search suggestions are mis-aligned. [r=mfinkle]
...
--HG--
extra : rebase_source : fc009c582cee1e818a91520c91a3ddd087793a6a
2013-08-08 14:43:08 -07:00
Irving Reid
a50cb19432
Bug 853388: Load JSON database asynchronously outside of startup; r=unfocused
2013-08-08 16:05:33 -04:00
Irving Reid
8971a0ffc6
Bug 853388: Trigger XPI database conversion from SQLITE based on schema version preference; r=unfocused
2013-08-08 15:56:39 -04:00
Irving Reid
88eab94ae9
Bug 853388: Remove transaction model of database flush control and implement async save of database; r=unfocused
2013-08-08 15:56:35 -04:00
Irving Reid
899892d02b
Bug 853388: Upgrade existing SQLITE databases to JSON; r=unfocused
2013-08-08 15:56:26 -04:00
Irving Reid
084a4b2c35
Back out 74673d1b1718 for missing reviewer
2013-08-10 19:38:14 -04:00
Irving Reid
1cdd230612
Back out 2015a41cdf70 for missing reviewer
2013-08-10 19:37:00 -04:00
Irving Reid
6f51c21574
Back out 816af0c07c46 for missing reviewer
2013-08-10 19:34:46 -04:00
Irving Reid
4eda60ef6a
Back out 629a3e8bd2b1 for missing reviewer
2013-08-10 19:32:34 -04:00
Irving Reid
06744572d9
Back out 20d83a7220ca for missing reviewer
2013-08-10 19:27:33 -04:00
Irving Reid
93f0f82630
Bug 853388: Keep trying to save JSON even if read or save fails
2013-08-09 20:21:47 -04:00
Irving Reid
9f94529444
Bug 853388: Load JSON database asynchronously outside of startup
2013-08-08 16:05:33 -04:00
Irving Reid
81d59b2e11
Bug 853388: Trigger XPI database conversion from SQLITE based on schema version preference
2013-08-08 15:56:39 -04:00
Irving Reid
2d1f089f65
Bug 853388: Remove transaction model of database flush control and implement async save of database
2013-08-08 15:56:35 -04:00
Irving Reid
756a6f74c9
Bug 853388: Upgrade existing SQLITE databases to JSON
2013-08-08 15:56:26 -04:00
Irving Reid
ec66739453
Bug 853388: Save and load XPIProvider state to/from a JSON file; r=unfocused
2013-08-08 15:56:22 -04:00
Tim Taubert
a2933840f7
Backed out changeset a902370b74af (bug 903714)
2013-08-10 14:44:22 +02:00
Tim Taubert
255cd1a8f6
Bug 903714 - Provide document.baseURI when calling _makeURI() in registerProtocolHandler(); r=dao
2013-08-10 13:33:43 +02:00
Sam Foster
96e0cd2235
Bug 895519 - Rework tiles favicon treatment + tweaks to meet revised design. r=rsilveira
2013-08-10 01:29:22 -07:00
Jonathan Wilde
d7dfa04b5f
Bug 894715 - Part 2 - Fix trimming issue. r=ally
2013-08-09 22:42:55 -07:00
Ralph Giles
ebb5e958d6
Bug 903012 - Fix static bounds checks. r=kinetik
...
In reviewing the static asserts in the code I found two
inconsistencies.
riffHeader includes 4 skipped bytes which weren't accounted
for in the bounds check.
Comparisons of a uint against UINT_MAX are very unlikely to
fail regardless, but this at least makes the two MAX_BLOCK_SIZE
checks the same.
2013-08-08 10:30:00 -04:00
Ralph Giles
99fe1d262f
Bug 903012 - Convert WaveReader to use static_assert. r=kinetik
...
We prefer the built-in check to the PR_STATIC_ASSERT macro now
that it's supported widely enough to use.
This is mostly adding error strings to report on assertion failure.
2013-08-08 10:30:00 -04:00
Jon Coppeard
59e1633369
Bug 903354 - GC: Remove unused AutoPropertyDescriptorRooter r=terrence
2013-08-12 12:09:19 +01:00
Jon Coppeard
e133b9b2a9
Bug 903352 - Handlify remaining PropertyDescriptor APIs r=terrence r=bholley r=smaug
2013-08-12 12:09:14 +01:00
Carsten "Tomcat" Book
33286db4be
merge mozilla-central to mozilla-inbound
2013-08-12 11:37:21 +02:00
Jonathan Kew
ec5b5b31a1
bug 879963 - unit tests for redundant downloading of a repeated @font-face resource, and for rendering regressions when multiple rules refer to the same font. r=dbaron,jdaggett
2013-08-12 10:08:00 +01:00
Jonathan Kew
964fc5670a
bug 879963 - preserve in-progress font loaders when updating the user font set, and avoid adding duplicate face entries to a user font family. r=dbaron,jdaggett
2013-08-12 10:07:55 +01:00
Nicholas Nethercote
6b214e6801
Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till.
...
--HG--
extra : rebase_source : 2a767e04768a94eb943370bbe7945a8dc409bf1d
2013-08-08 16:07:22 -07:00
Chris Pearce
39038b59d1
Bug 901944 - Disable DXVA on Vista, to avoid rendering artifacts. r=kentuckyfriedtakahe
2013-08-12 17:17:38 +12:00
Chris Double
651e6f5da0
Bug 896866 - Media Source Extension demo app doesn't play all segments - r=kinetik
...
--HG--
extra : rebase_source : 13d66fb5c2d6c0c01929e404b6fb1b5d29073b54
2013-08-12 16:37:10 +12:00
Karl Tomlinson
82fc807491
b=815643 Add Blink's HRTFElevation to the build r=ehsan
...
--HG--
extra : rebase_source : 5dda0b6c6302197574ac5fafbb0f06b1ac65980a
2013-08-08 21:38:30 +12:00
Karl Tomlinson
64b55fc1da
b=815643 Reduce convolver fft size for low sample rates r=ehsan
...
--HG--
extra : rebase_source : 0d7c6d4a3bcb340fc674f0b4181cf264fcc4e041
2013-08-08 21:38:30 +12:00