Граф коммитов

294238 Коммитов

Автор SHA1 Сообщение Дата
Kan-Ru Chen (陳侃如) 509c9e9a6f Bug 821517 - Remove MOZ_ASSERT(mInitThread) r=dougt 2012-12-24 10:53:37 +08:00
Justin Lebar 3953ecb18b Bug 824395 - Report used stacks separately from unused stacks. r=njn 2012-12-23 21:48:03 -05:00
Peter Van der Beken e8da992624 Fix for bug 811701 (Move innerHTML/outerHTML/insertAdjacentHTML from HTMLElement to Element). r=bzbarsky. 2012-12-23 18:38:41 -08:00
Nicholas Cameron ef81c07c5f Bug 732535; border-radius tests on android. r=karlt
--HG--
extra : rebase_source : 84e0aca10c33587e47a38fbb5e081acbf912c8e6
2012-12-24 15:11:07 +13:00
Nicholas Nethercote cfbd97ac1f Bug 824340 - DMD: fix a deadlock when getting stack traces. r=jlebar.
--HG--
extra : rebase_source : c0bb85cddb6abed0eedd49d959001a0b95667946
2012-12-23 17:35:56 -08:00
Nicholas Nethercote 8a077597c2 Bug 824390 - DMD: Don't use PTHREAD_MUTEX_INITIALIZER for non-static mutexes. r=jlebar.
--HG--
extra : rebase_source : a8cdd5e3d3db05cbb78441477508c05168e67ecd
2012-12-23 17:35:23 -08:00
EKR 94a8960630 Bug 824351 - Make PeerConnection.Close not check state. r=ehugg 2012-12-23 17:03:26 -08:00
Vladimir Vukicevic 7949f643dc b=823091; 2nd tab in a window opens without animation (timers reporting wrong current time); r=roc,bz 2012-12-23 19:29:23 -05:00
Boris Zbarsky 87d74398df Bug 816387 followup. Remove more todo stuff from tests now that we made it work. r=bustage 2012-12-23 15:48:20 -08:00
Boris Zbarsky b39b127157 Bug 816387 part 2. Hook up the Document WebIDL API to quickstubs. r=peterv 2012-12-23 14:34:22 -08:00
Boris Zbarsky f267cd20a4 Bug 816387 part 1. Hook up the WebIDL bindings for Document. r=peterv 2012-12-23 14:33:33 -08:00
Henrik Skupin c09c03e74a Bug 796890 - Create Mochitest for Video/Audio connection (send/receive/disconnect). r=jesup 2012-12-23 23:04:37 +01:00
Josh Aas 233d967af4 Bug 807678: Don't proliferate NSPR DNS types beyond the host resolver itself. Make it possible to easily hook up other host resolvers. r=sworkman 2012-12-23 16:08:43 -05:00
Vladan Djeric 884efdf382 Bug 807021: Removed TODOs from prevous commit 2012-12-23 16:06:14 -05:00
Vladan Djeric 85f2e8704d Bug 807021: Move LocalStorage writess off the main thread. r=smaug,mayhemer 2012-12-23 16:01:01 -05:00
Jonathan Kamens 95773fe222 Bug 823042 - Fix redeclared argument warnings. r=Mossop 2012-12-19 09:10:19 -05:00
Mario Alvarado [:marioalv] 41541998ab Bug 806744 - Port the satchel test_privbrowsing.html to the new per-tab PB APIs. r=jdm
--HG--
rename : toolkit/components/satchel/test/test_privbrowsing.html => toolkit/components/satchel/test/browser/browser_privbrowsing_perwindowpb.js
2012-12-19 15:08:09 -06:00
Peter Simonyi 500d4b5b3c Bug 777926 - Use URL or title from history for bookmarking error pages. r=Mano 2012-12-19 16:11:19 -05:00
Andreas Wagner df3aedaa70 Bug 550175 - Check if a row in an autocomplete popup is selected while pressing DEL. r=mak 2012-12-23 11:45:44 -05:00
Ryan VanderMeulen c28cf72836 Backed out changeset 5244caae8c46 (bug 822846) for Windows build bustage. 2012-12-23 11:45:38 -05:00
Sebastian Hengst a3040185c6 Bug 823658 - Use Services.jsm and String methods like startsWith in browser.js. r=gavin 2012-12-20 21:34:06 +01:00
Iordache Catalin 4c77894c1c Bug 821396 - Fix warnings in DASHDecoder.cpp and DASHRepDecoder.cpp. r=cpearce 2012-12-23 11:19:15 -05:00
Iordache Catalin 4e804d17e3 Bug 821269 - Fix build warnings in HTMLTableAccessible.cpp. r=tbsaunde 2012-12-17 22:54:44 +02:00
Seth Fowler 8ed37e4342 Bug 822846 - Use nsMimeTypes.h instead of working with literal strings in imagelib. r=joe 2012-12-19 13:33:56 -08:00
Seth Fowler 1393f1c0ee Bug 822526 - Turn mozilla::image::Image into an interface. r=joe 2012-12-19 14:24:32 -08:00
Seth Fowler ae0e17ea94 Bug 821023 - imgStatusTracker should not know about imgRequest. r=joe 2012-12-19 13:28:54 -08:00
Jed Parsons (:jparsons) bf807a48d5 Bug 823736 - include.js must stringify objects going to userland js. r=benadida 2012-12-23 10:59:43 -05:00
Mike Habicher 0c6c027935 Bug 820139 - Ensure video recorder exists before trying to start recording. r=kchen 2012-12-23 10:56:59 -05:00
Mike Habicher 7ab344aefb Bug 818933 - Provide a hardware release API so that we don't have to rely on CC of CameraControl objects. r=mhabicher 2012-12-23 10:54:54 -05:00
Dustin L. Howett 960de8b6c2 Bug 812647 - Fix OS.File's failure to find libc on case-sensitive OS X filesystems. r=Yoric 2012-12-23 10:52:35 -05:00
Anthony Jones 8ada9278ac Bug 811950 - Refactoring to use gfxPoint and gfxSize more. r=cjones 2012-12-23 10:51:39 -05:00
Anthony Jones f0fee81267 Bug 811950 - Add scaling operators to BaseSize and gfxPoint. r=roc 2012-12-23 10:50:30 -05:00
Anthony Jones 8afece0eef Bug 811950 - Fix async scrolling of position:fixed. r=cjones 2012-12-23 10:50:04 -05:00
Anthony Jones 8c175aefe5 Bug 811950 - Remove fixed position environment variable. r=roc 2012-12-23 10:47:16 -05:00
David Rajchenbach-Teller 08bee0811a Bug 803165 - Add dom_system.xpt to Gonk installer. r=ted 2012-12-23 10:43:23 -05:00
Ryan VanderMeulen da0a2ceadc Merge m-c to inbound. 2012-12-23 10:35:50 -05:00
Panos Astithas a80a513117 Merge m-c to fx-team 2012-12-23 15:56:45 +02:00
Gary Kwong 2b372ce86c Suppress bug 824323. DONTBUILD 2012-12-22 23:53:26 -08:00
Heather Arthur e5504449ab Bug 818033 - [toolbox] Implement Shorlander's visual design; r=paul 2012-12-22 19:27:19 -08:00
Daniel Holbert 967653e896 Bug 822804: Mark variables destIdx & destPos in GfxDriverInfo.h as unsigned, to fix build warning for unsigned/signed comparison. r=Bas 2012-12-22 09:29:04 -08:00
Ms2ger 6c1155ac31 Merge. 2012-12-22 14:16:56 +01:00
Jason Duell 1d848b2676 Bug 821160 - remove accidentally commited .orig/.rej files r=jduell DONTBUILD 2012-12-22 03:51:55 -08:00
ffxbld 8993b15e63 No bug, Automated blocklist update from host bld-linux64-ec2-377 - a=blocklist-update 2012-12-22 03:17:19 -08:00
Ms2ger 8dd150af35 Merge PGO-green changeset from inbound to m-c. 2012-12-22 12:06:37 +01:00
Ms2ger 1e109fdaab Bug 823088 - Add a static assertion that bindings with descriptor.nativeOwnership == 'nsisupports' inherit from nsISupports; r=bz 2012-12-22 09:18:11 +01:00
Ms2ger f96f32cdf5 Bug 823107 - Make nsIDOMEvent::SetTrusted return void; r=smaug 2012-12-22 09:18:08 +01:00
Ms2ger e69cb81dbf Bug 819639 - Part c: Add a test for the EventSource constructor in a sandbox. 2012-12-22 09:17:05 +01:00
Ms2ger 5a0d506bc4 Bug 819639 - Part b: Move EventSource to Paris bindings; r=bz 2012-12-22 09:17:05 +01:00
Ms2ger be5e991601 Bug 819639 - Part a: Rename nsEventSource to dom::EventSource; r=bz
--HG--
rename : content/base/src/nsEventSource.cpp => content/base/src/EventSource.cpp
rename : content/base/src/nsEventSource.h => content/base/src/EventSource.h
2012-12-22 09:17:05 +01:00
Ms2ger 2a1d3325d9 Bug 817273 - Kill dead nsXPathNamespace files; r=sicking 2012-12-22 09:17:05 +01:00