Ryan VanderMeulen
|
ea3052e2f1
|
Merge m-c to inbound.
|
2012-06-30 21:42:04 -04:00 |
|
Jonas Sicking
|
ec0cce57a8
|
Back out part of the landing for bug 758357 due to risk of it introducing oranges
|
2012-07-01 02:25:20 +02:00 |
|
Bill McCloskey
|
9a4cdd8394
|
Bug 768732 - Write barrier for array slowification (r=bhackett)
|
2012-06-30 14:29:09 -07:00 |
|
Bill McCloskey
|
53bd1032a7
|
Bug 758034 - Avoid compartment changed GC resets (r=smaug)
|
2012-06-30 14:18:10 -07:00 |
|
Bill McCloskey
|
e53f1a8033
|
Bug 758034 - Add new JS APIs for GC (r=terrence)
|
2012-06-30 14:18:04 -07:00 |
|
Bill McCloskey
|
5ba066f3bb
|
Bug 758034 - Clean up browser GC API (r=smaug)
|
2012-06-30 14:16:32 -07:00 |
|
Jonathan Watt
|
3379f2249a
|
Bug 769902 - Avoid unnecessary precision issues in nsSVGUtils::ObjectSpace. r=longsonr.
|
2012-06-30 21:21:31 +01:00 |
|
Jonas Sicking
|
0ebf8c84cf
|
Attempt at fixing orange due to setting wrong permission in test. Bug 758357
|
2012-06-30 20:58:13 +02:00 |
|
Ben Turner
|
a221e9eebb
|
Bug 758357: Only show prompt after 50mb of usage for now. Plan is to soon introduce a new service which allows us to remove "old" indexedDB databases and keep a global quota, but for now we simply remove the prompt. r=sicking
|
2012-06-30 19:57:15 +02:00 |
|
Jeff Walden
|
48d3ba0aaf
|
Bug 769132 - Add a receiver argument to all the set-property APIs. r=luke
|
2012-06-27 20:21:39 -07:00 |
|
Paul Adenot
|
d7c5822013
|
Bug 767087 - xpcshell test r=jduell
|
2012-06-26 10:35:00 -07:00 |
|
Paul Adenot
|
ad06c6d7c9
|
Bug 767087 - Add a flag to force content sniffing when we get served application/octet-stream. r=jduell
|
2012-06-26 10:33:00 -07:00 |
|
Bonnie Surender
|
7fd6df0b47
|
Fixing bug 770175 and bug 770171. Idle API moz assert fix. r=jst@mozilla.com
|
2012-07-02 16:18:57 -07:00 |
|
Devdatta Akhawe
|
07903f7e5c
|
Bug 767134 - Stuff the source principal into nsIContentPolicy (r=bz, sr=jst)
|
2012-07-02 16:16:11 -07:00 |
|
Patrick McManus
|
ecf598e263
|
bug 769264 pipeline logging cleanups r=honzab
--HG--
extra : rebase_source : fc747b84349096b70d8b75d8aff8626826380d81
|
2012-07-02 18:10:04 -04:00 |
|
Johan Charlez
|
7aac884610
|
Bug 651942 - Add a list of recently-opened files to the file menu of the Scratchpad. r=harth
|
2012-06-26 05:06:00 +02:00 |
|
Ed Morley
|
a08fa2a4b4
|
Merge mozilla-central to fx-team to pick up the #1 top orange fix
|
2012-06-28 15:10:25 +01:00 |
|
Ed Morley
|
cb700877be
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-06-28 15:02:03 +01:00 |
|
Joe Walker
|
3ad1884acd
|
Bug 659686 - Re-license GCLI to a more liberal license; r=dcamp
|
2012-06-28 15:01:55 +01:00 |
|
Jim Mathies
|
e3239de38d
|
merge backout
|
2012-06-28 07:29:26 -05:00 |
|
Jim Mathies
|
e6df9b23b3
|
Bug 769212 - backout of bug 733630 due to bug 769212. r=backout
|
2012-06-28 07:29:15 -05:00 |
|
Sankha Narayan Guria
|
511a21c7ad
|
Bug 764545 - WebConsole default position should be "below"; r=msucan
|
2012-06-28 14:03:50 +03:00 |
|
Mark Capella
|
bc9744216e
|
Bug 765110 - TextLeafAccessibleWrap is never instanciated, r=tbsaunde
|
2012-06-28 05:09:14 -04:00 |
|
Chris Pearce
|
7b06b56597
|
Bug 760102 - Enable fullscreen API for web apps. r=vingtetun
|
2012-06-28 20:55:33 +12:00 |
|
Vivien Nicolas
|
72c90c5473
|
Bug 760102 - Authorize web applications to use fullscreen by default. r=cpearce
|
2012-06-28 20:54:37 +12:00 |
|
Chris Pearce
|
a9821c5977
|
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
|
579ddd678c
|
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 |
|
Boris Zbarsky
|
4c85cae6d2
|
Bug 558220 part 1. Add more debugging spew to the test HTTP server. r=waldo
|
2012-06-28 00:26:12 -04:00 |
|
Masayuki Nakano
|
8dd7086160
|
Bug 733630 Use native window border size if there is no content under mouse cursor r=jimm
|
2012-06-27 21:47:50 +09:00 |
|
Saurabh Anand
|
d95c6661cf
|
Bug 722994 - globalOverlay.js uses global Private Browsing state to control display of a prompt; r=ehsan
|
2012-06-27 15:14:45 +05:30 |
|
Ehsan Akhgari
|
78e6655072
|
Bug 766843 - Exempt inner table frames from optimized dynamic position change handling, as the required handling is performed for outer table frames; r=bzbarsky
|
2012-06-27 16:24:01 -04:00 |
|
Eddy Bruel
|
b7237fc143
|
Bug 70357 - Add Wrapper base class; r=bholley
|
2012-06-28 04:10:37 +02:00 |
|
Trevor Saunders
|
b3d3815263
|
bug 683855 implement width and height attributes for html inputs r=bz
|
2012-06-27 01:17:31 -04:00 |
|
Ryan VanderMeulen
|
af3b8ecbfc
|
Merge m-c to inbound...again.
|
2012-06-27 20:16:43 -04:00 |
|
David Rajchenbach-Teller
|
84a851cf34
|
Bug 768381 - OS.Constants.Sys.Version should be OS.Constants.Sys.Name. r=yoric
|
2012-06-27 20:15:33 -04:00 |
|
David Rajchenbach-Teller
|
9372215e1d
|
Bug 768381 - Size of type mode_t depends on the platform. r=yoric
|
2012-06-27 20:15:33 -04:00 |
|
Christopher Finke
|
ef74541f92
|
Bug 763139 - Add the "DEPRECATED_" prefix to the LS_createLivemark function name. r=mak77
|
2012-06-27 20:15:33 -04:00 |
|
David Rajchenbach-Teller
|
5446bd24e8
|
Bug 760035 - Adapt main clients to async API (mobile FF). r=mbrubeck
|
2012-06-27 20:15:33 -04:00 |
|
Felipe Gomes
|
1924dc127f
|
Bug 767672. Enable smooth scrolling on webapp runtime. r=myk
|
2012-06-27 17:14:58 -07:00 |
|
Marco Castelluccio
|
31a473707a
|
Bug 764172. Preserve profile when reinstalling webapp over existing installation. r=felipe
|
2012-06-27 17:14:55 -07:00 |
|
Steve Fink
|
c34b5ceff4
|
Bug 734215 - Typed array property access should allow proxies. r=luke
|
2012-06-25 17:22:37 -07:00 |
|
Mihai Sucan
|
1d799f461f
|
Bug 768019 - Cached CSS warnings are displayed as JavaScript warnings on Web Console open; r=paul
|
2012-06-25 20:18:13 +03:00 |
|
Mihai Sucan
|
dd01ca9e4d
|
Bug 767994 - reset the toolbar error counter when the clear button is pressed; r=paul
|
2012-06-25 18:58:14 +03:00 |
|
Peter Van der Beken
|
b46e1cd08a
|
Fix for bug 768669 (Move remaining DOM list proxy bindings from behind the pref). r=bz.
--HG--
extra : rebase_source : 738cd6df3aa353b682f931beaabde74de8c1a2bd
|
2012-06-22 12:34:26 +02:00 |
|
Peter Van der Beken
|
d6b52c8e2a
|
Fix for bug 768533 (Make mozilla::dom::Uint8ClampedArray::Create call JS_NewUint8ClampedArray). r=bz.
--HG--
extra : rebase_source : baaf7494f64a91a9315a6e1bed3f75239f8eab81
|
2012-06-27 11:24:46 +02:00 |
|
Peter Van der Beken
|
9731887958
|
Fix for bug 768050 (Make TypedArray::Create take a wrapper cache and create JS objects in the compartment of the cache's wrapper). r=bz.
--HG--
extra : rebase_source : 3ec03b33913e14a113bf9283566a68fe3be5fe02
|
2012-06-25 18:37:46 +02:00 |
|
Ed Morley
|
8915790e6f
|
Merge mozilla-central to mozilla-inbound
|
2012-06-27 11:35:03 +01:00 |
|
Brian Nicholson
|
e920edf2f3
|
Bug 766867 - Use null-safe string comparison for oldURL. r=mbrubeck
|
2012-06-26 23:18:02 -07:00 |
|
Brian Nicholson
|
aec8358eda
|
Bug 762064 - Part 4: Add instance state support to MultiChoicePreference. r=blassey
|
2012-06-26 23:15:24 -07:00 |
|
Brian Nicholson
|
3b55d5fe1f
|
Bug 762064 - Part 3: Add toast notification for cleared private data. r=blassey
|
2012-06-26 23:15:24 -07:00 |
|