Commit Graph

86484 Commits

Author SHA1 Message Date
Tim Taubert
1f0bbcfbb0 merge m-c to fx-team 2012-02-15 11:15:26 +01:00
Kyle Huey
6f42f8add9 Bug 725848: Fix it for real this time. r=me 2012-02-14 14:33:11 -08:00
Serge Gautherie
47de83d6c5 Bug 725942. (Av1) browser-test.js: Ignore empty console messages. r=dtownsend. 2012-02-14 21:37:45 +01:00
Dave Camp
487026b9cf Bug 703718 - Unify dbg-server.js and dbg-server.jsm. r=past 2012-02-14 11:45:36 -08:00
Dave Camp
f3e3e34a89 Bug 719127 - Debugger error: jschar out of char range; high bits of data lost. r=past 2012-02-14 11:45:35 -08:00
Mark Banner
6ab1f4354f Bug 722262 Fix ordering for extra app libs in dependentlibs.list. r=khuey
--- Port |Bug 552864 - Throw away wrapper shell script on unix and lazily load libxul| to SeaMonkey
2012-02-14 11:50:00 -05:00
Marco Bonardo
f325c574a0 Merge last green PGO from inbound to central 2012-02-14 11:16:13 +01:00
Matt Brubeck
1e39cddad6 Bug 719684 - Show an error message when add-on download is blocked or cancelled [r=mfinkle] 2012-02-13 16:56:03 -08:00
Masayuki Nakano
c4557e80fd Bug 625151 Reset accesskey state at blur and alt keydown r=enn 2012-02-14 09:56:03 +09:00
Sriram Ramasubramanian
d9f7afff3b Bug 706819: Show tabs-tray faster. [r=mfinkle] 2012-02-13 16:54:36 -08:00
Sriram Ramasubramanian
1070a43d7c Bug 718268: Closing tab should not shift the list. [r=mfinkle] 2012-02-13 16:50:09 -08:00
Jared Wein
3fa5b393f0 Bug 725122 - Fix the intermittent timeouts by only setting the src attribute of the <audio> element after the event listener has been added. r=neil 2012-02-13 16:48:44 -08:00
Brian Smith
4efa2f941e Bug 710176, Part 3: Abort the connection during send or recv when we time out assuming TLS intolerance, r=kaie 2012-02-13 16:18:48 -08:00
Brian Smith
8e20105125 Bug 713934: Update SetCertVerificationResult to use SSL_AuthCertificateComplete, r=honzab 2012-02-13 16:18:28 -08:00
Brian Smith
a59c3ffc51 Bug 713936, Part 2: Remove local patches that were incorporated into NSS 3.13.2, r=kaie 2012-02-13 16:18:20 -08:00
Brian Smith
891ce7972c Bug 713936, Part 1: Update to NSS 3.13.2 RC0, r=kaie 2012-02-13 16:17:25 -08:00
Alexander Surkov
4b8f6522ce Bug 725644 - add new nsIAccessibleHideEvent interface, r=tbsaunde 2012-02-14 09:02:41 +09:00
Kyle Huey
68b5985a34 Bug 726241: XHR should not double AddFeature itself. r=bent 2012-02-13 14:47:14 -08:00
Jan Bambach
9150ab1b3b Bug 707736 - Hide the cursor when it's motionless over a fullscreen video. r=dolske 2012-02-13 11:14:00 -08:00
Diogo Golovanevsky Monteiro
586ac0a755 Bug 714071 - The Show Statistics setting is not preserved when toggling the full screen mode. r=neil 2012-02-13 11:07:07 -08:00
Tim Taubert
70e1026241 merge m-c to fx-team 2012-02-13 10:44:02 +01:00
Andreas Gal
4db09a1041 Follow-up fix for bug 726529 2012-02-12 23:26:25 -08:00
Andreas Gal
92a944c843 Bug 726529 - remove app cache refresh handling from b2g chrome code (r=me, npotb) 2012-02-12 23:22:09 -08:00
Andreas Gal
498817c24d Bug 726528 - remove unnecessary webapi emulation from b2g chrome code (r=me, npotb) 2012-02-12 23:14:02 -08:00
Olli Pettay
cdb7b413d7 Bug 726343 - Improve DOMEventTargetHelper CC logging, add missing #include r=tree_is_burning 2012-02-12 15:33:51 +02:00
Olli Pettay
0cde7aa5b9 Bug 726343 - Improve DOMEventTargetHelper CC logging, r=mccr8 2012-02-12 15:09:18 +02:00
Chris Jones
1ed24f47ea Bug 721711: Enable DOM full-screen API for b2g. r=gal (npotb) 2012-02-12 00:08:58 -08:00
Ed Morley
989a9ce6dd Merge mozilla-central to mozilla-inbound 2012-02-11 13:01:34 +00:00
ffxbld
4e8b0c35d1 Automated blocklist update from host linux-ix-slave17 2012-02-11 03:19:53 -08:00
Olli Pettay
76aa45373a Bug 725752 - BBP for XBL protos, f=mccr8,r=jst 2012-02-11 13:04:28 +02:00
Olli Pettay
945d666343 Bug 701423 - Log the id and classes of an element in cycle collector dumps, f=mccr8,r=sicking 2012-02-11 13:03:54 +02:00
Panos Astithas
df199e0730 Bug 687093 - Clicking on a stack frame in the debugger should put the caret in the proper source line; r=msucan 2012-02-11 11:44:20 +02:00
Panos Astithas
4bff6e51da Bug 690419 - Script debugger picks the wrong highlighting engine in URLs with a query string; r=dcamp
--HG--
rename : browser/devtools/debugger/test/test-script-switching-02.js => browser/devtools/debugger/test/test-editor-mode
2012-02-11 11:44:19 +02:00
Andrew Quartey
0eddefbc77 Bug 634829 - Remove nsIAccessibleWin32Object interface, r=surkov 2012-02-11 16:45:10 +09:00
Ed Morley
d5ec243636 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-02-11 01:49:07 +00:00
Olli Pettay
f2a6340456 Bug 725768 - BBP for ObjectHolders, additional patch, mccr8 2012-02-11 03:21:26 +02:00
Olli Pettay
e87ef6bf98 Bug 726007 - Add telemetry probes for forgetSkippable, r=mccr8
--HG--
extra : rebase_source : aa3a24a53fc95c41bbe460bba732cc5e024107dc
2012-02-11 01:30:20 +02:00
Joel Maher
cc77a9eb81 Bug 726087 - Deploy a new talos.zip to fix the --ignore-first errors on a dataset of size 1. r=armenzg 2012-02-10 19:05:19 -05:00
Ed Morley
052f82ab5d Backout b43f4d9f38da (bug 725925) for reftest failures 2012-02-10 23:23:16 +00:00
Olli Pettay
a67dd476a5 Bug 725446 - BBP for ContentList, f=mccr8,r=jst 2012-02-10 22:47:29 +02:00
Olli Pettay
0fe1640d6b Bug 725768 - BBP for ObjectHolders, r=mccr8
--HG--
extra : rebase_source : 31e088050144099582d035f758d716516885ebd3
2012-02-10 21:50:37 +02:00
Olli Pettay
aadd83897e Bug 725867 - Optimize anon content in BBP, f=mccr8,r=jst
--HG--
extra : rebase_source : 4ac761bd26bf7497140b574c91d8da9dc6954aa8
2012-02-10 21:42:46 +02:00
Philipp von Weitershausen
fe2850e269 Bug 725901 - RIL: Data call fixes. r=qDot DONTBUILD because NPOTB 2012-02-10 11:27:38 -08:00
Philipp von Weitershausen
4c24c2a473 Bug 725137 - RIL: process registration state + GPRS registration state. r=qDot 2012-02-10 11:27:23 -08:00
José Antonio Olivera Ortega
78535c5387 Bug 725599 - B2G telephony: speakerEnabled does not work; r=philikon 2012-02-10 11:27:23 -08:00
Fernando Jiménez
eb07f876aa Bug 724994 - Silence RIL signal strength logcat messages; r=qDot 2012-02-10 11:27:23 -08:00
Oleg Romashin
75fdef0db4 Bug 725925 - ShadowableThebesLayer does useless extra composite into 1x1 fake surface. r=cjones
--HG--
extra : rebase_source : 517e8624b3da7f83fbb786c10acb45e02f7b5be9
2012-02-10 11:22:21 -08:00
Wes Johnston
c1697d861d Bug 725858 - Don't load sqlite for migration if we're not migrating. r=gcp 2012-02-10 14:01:44 -08:00
Trevor Saunders
5178acaeaf bug 672507 - fix review nits r=davidb 2012-02-10 16:39:20 -05:00
Matt Brubeck
a1b9d5a32a Bug 723156 - Fix the back button for new windows opened by frames [r=mfinkle] 2012-02-10 13:21:32 -08:00