Patrick McManus
09048c777b
bug 528288 spdy - provide a pref to control alternate-protocol support r=honzab
...
patch 8
2011-12-02 10:28:57 -05:00
Patrick McManus
4ade0830ac
bug 528222 Basic SPDY web transport support. r=honzab r=bsmith sr=biesi
...
patch 0
2011-12-02 10:28:56 -05:00
Johnny Stenback
4053aa4599
Fixing bug 690952. Move window.navigator from the outer window to the inner window, and stop persisting it across same origin page navigations. r=mrbkap@gmail.com
2011-12-01 00:28:16 -08:00
Benjamin Smedberg
d86ab2669a
Bug 705748 - Disable the hang monitor by preference until existing found issues are resolved, r=consensus
2011-11-29 16:48:18 -05:00
Ryan VanderMeulen
340b13b1c1
Bug 705356 - Remove JSOPTION_JIT and JSOPTION_PROFILING. r=dvander
2011-11-28 14:57:31 -08:00
Masatoshi Kimura
f5fd8810ac
Bug 451161 - Part 3: Reverse the reading order of user prefs and AutoConfig. r=roc
2011-11-26 20:50:05 +01:00
Benjamin Smedberg
cd64560405
Bug 705365 - shorten the plugin hang timeout so that it is shorter than the main process hang timeout, presumptive-r=jimm feedback=asa
2011-11-25 22:48:53 -05:00
Benjamin Smedberg
65b2eb3f9c
Temporarily disable the hang monitor on Mac because it is probably triggering false positives, bug 705154, r=gavin
2011-11-25 22:48:46 -05:00
Mounir Lamouri
67451d0083
Bug 674725 - Part D - Temporary security model for WebSms. r=smaug
2011-11-25 01:37:40 +01:00
L. David Baron
3235995ea2
Implement computation of font size inflation for improved readibility of text on mobile devices. (Bug 627842, patch 4) r=roc
...
This implements computation of the font size inflation factor for a
given frame. Since Fennec does layout using a fake viewport whose width
represents a typical viewport width on the desktop and then allows users
to pan and zoom, fonts are not always readable even when zoomed. The
goal of this font size inflation is to ensure that when a block of text
is zoomed to fill the width of the device, the fonts are large enough to
read. We do this by increasing the font sizes in the page. Since this
increase is a function of the width of the text's container, the
inflation must be performed (in later patches in this series) after
style data computation and after intrinsic width computation.
The font size inflation factor does not vary *within* a block.
Since sync uses a whitelist (the services.sync.prefs.sync.* prefs) for
preferences (i.e., preferences are not synced by default), this patch
does not make any changes relating to sync, since we do not want the
inflation preferences synced across devices (since preferred settings
are likely to be device-specific).
2011-11-23 18:48:23 -08:00
David Anderson
1092a7d910
Remove browser prefs for the tracer (bug 698201 part 7, r+sr=gal).
2011-11-22 17:41:43 -05:00
Benjamin Smedberg
f509b45b8f
Bug 429592 - Add a monitor thread for process hangs and crash by default if a chrome process doesn't end up back in the event loop for more than 30 seconds. By default this affects non-debug builds only. r=cjones/bent
2011-10-12 13:52:26 -04:00
Nicholas Nethercote
19b862f9a3
Bug 703456 - Kill REPORT_BUILD; kill it dead. r=ted.
2011-11-21 18:47:54 -08:00
Benoit Girard
6d19c260b5
Bug 703449 - Add 'browser.dom.window.dump.enabled' pref to profiles; r=bz
2011-11-20 02:31:56 +00:00
Rob Campbell
002e3709ad
merge fx-team to mozilla-central
2011-11-15 13:57:15 -08:00
Blair McBride
4860e950a8
Bug 700201 - Addons that haven't been updated for an extremely long time should not be compatible by default. r=dtownsend
2011-11-14 14:26:35 +13:00
Gregory Szorc
72d9af03b4
Merge b-s to m-c
2011-11-10 15:15:29 -08:00
Makoto Kato
553004fa2d
Bug 521673 - Remove OJI preferences. r=josh
2011-11-09 10:32:00 +09:00
Ed Morley
04e1d73abe
Merge m-c to b-s.
2011-11-08 23:18:09 +00:00
Gregory Szorc
ee16899cec
Bug 698248 - Remove unused FORCE_USE_PIC variable; r=khuey
2011-11-01 15:45:23 -07:00
Henri Sivonen
debac8c9cf
Bug 697833 - Stop honoring html5.parser.enable. r=Olli.Pettay.
2011-10-29 13:51:52 +03:00
Neil Rashbrook
8b2ba8a24d
Bug 698217 Simplify new static Preference methods r=roc
2011-11-06 19:27:56 +00:00
Ed Morley
6e731c995a
Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail
2011-11-05 18:35:59 +00:00
Matt Brubeck
dd09b4669b
Back out bug 429592 because of Linux opt jsreftest failure
2011-11-04 15:18:58 -07:00
Rail Aliiev
b2aeac5a65
Bug 616542 - Shorten file path length of mochitest; r=ted
2011-11-04 21:13:42 +00:00
Benjamin Smedberg
381d4772fe
Bug 429592 - Add a monitor thread for process hangs and crash by default if a chrome process doesn't end up back in the event loop for more than 30 seconds. By default this affects non-debug builds only. r=cjones/bent
2011-10-12 13:52:26 -04:00
Mounir Lamouri
b30b026161
Bug 699459 - Add a pref to disable Battery API. r=sicking
2011-11-04 00:31:32 +01:00
Doug Sherk
cb5d46bc9d
Bug 695912: allow forcing MSAA on r=jgilbert
...
Allows forcing MSAA on even if we determine through the blocklist that the user
probably shouldn't be running it.
2011-11-03 10:50:40 -04:00
Marco Bonardo
ae019e8c56
Merge mozilla-central to mozilla-inbound
2011-11-03 10:46:56 +01:00
Neil Rashbrook
bf23670408
Bug 698217 DeCOMtaminate nsIPrefServiceInternal r=roc
2011-11-02 14:51:39 +00:00
Honza Bambas
10ac3c4fa4
Bug 684893 - part2: Happy-Eyeballs + let backup socket transport retry with both IPv4+6 on IPv6-only connection attempt failure, r=mcmanus
2011-11-02 17:18:54 +01:00
Wolfgang Germund
13f141024b
Bug 697061: better string handling in nsJAR.cpp. r=tglek
2011-10-28 15:43:01 +02:00
Chris Pearce
f5649dbaed
Bug 684625 - Display a warning when full-screen entered, or on restricted keypress. r=dao
2011-10-28 21:28:05 +13:00
Kris Maglione
d5e3f8e463
Bug 684347: nsZipWriter::addEntryChannel(queue=true) creates corrupt zip file. r=mossop
2011-10-25 17:30:59 -07:00
Nicholas Nethercote
a6d64b8f07
Bug 696690 - Memory reporter for the startup cache. r=tglek.
2011-10-24 17:50:47 -07:00
Daniel Holbert
541355fb96
Back out 564e841f1f57 (Bug 429592) for Linux64 opt orange
2011-10-24 11:24:29 -07:00
Benjamin Smedberg
47e097e84e
Bug 429592 - Add a monitor thread for process hangs and crash by default if a chrome process doesn't end up back in the event loop for more than 30 seconds. By default this affects non-debug builds only. r=cjones/bent
2011-10-12 13:52:26 -04:00
Justin Lebar
61c2d50b3c
Bug 683777 - In an attempt to fix a crash in nsDocShell::InternalLoad, re-land bug 646641 with an extra null-check. r=smaug
2011-10-21 11:26:34 -04:00
Chris Leary
e7e68d98fb
Bug 700822: Add javascript.options.jit_hardening pref, default enabled. (r=dmandelin)
2011-11-08 13:28:49 -08:00
Masatoshi Kimura
43b1ec40ee
Bug 647403 - Add a pref for CreateFixupURI to use UTF-8; r=bz
2011-11-09 16:02:14 +01:00
Jeff Gilbert
c8aee21e22
Bug 615976 - Adds support for samples in ContextFormat, pref 'webgl.max-samples' - r=bjacob
2011-10-19 15:09:57 -04:00
Benoit Jacob
f617ed1d5c
Back out Jeff's patches because they lack a Bug number and/or a r= field. Sorry, should have checked that. Re-landing.
2011-10-19 15:31:33 -04:00
Jeff Gilbert
9ad2b9eb16
Adds support for samples in ContextFormat, pref 'webgl.max-samples'
2011-10-19 15:09:57 -04:00
Justin Lebar
2d977b8f9a
Bug 683777 - Back out bug 646641 on suspicion of causing crashes. rs=smaug
2011-10-12 20:15:28 -04:00
Bobby Holley
ab9ccfcf7a
Bug 128502 - Move imagelib to mozilla/image on a CLOSED TREE. r=joe,brendan
2011-10-17 21:32:45 -07:00
Bobby Holley
4fcbac3cbf
Bug 584894 - Move libpng to media/libpng. r=khuey
2011-10-17 21:25:53 -07:00
Ehsan Akhgari
478ad1a412
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
...
Landing on a CLOSED TREE
2011-10-17 10:59:28 -04:00
Jeff Walden
7d613942b0
Bug 693469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. (Exceptions: assigning to static initializers, use in static assertions, as template parameters, etc. These will go away when the relevant compilers have C++11 constexpr support.) r=cjones
2011-10-10 22:50:08 -07:00
Fredrik Larsson
26c6f3bbf2
Bug 418633 - Test decoding GIFs using imgTools::DecodeImageData; r=joe
2011-10-15 21:07:10 +01:00
Ed Morley
d8a1c30dd8
Merge last green changeset of mozilla-inbound to mozilla-central
2011-10-15 12:19:29 +01:00