summaryrefslogtreecommitdiffstats
path: root/cloud_print
Commit message (Expand)AuthorAgeFilesLines
* [Net] Assert that URLRequests with LOAD_IGNORE_LIMITS have MAXIMUM_PRIORITYakalin@chromium.org2013-11-141-1/+1
* Print to Privet local printersnoamsml@chromium.org2013-11-091-2/+1
* Allow printing component to be removed completelyspang@chromium.org2013-11-071-1/+5
* Revert 232802 "[Net] Assert that URLRequests with LOAD_IGNORE_LI..."scherkus@chromium.org2013-11-041-1/+1
* Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330bbudge@chromium.org2013-11-041-1/+1
* [Net] Assert that URLRequests with LOAD_IGNORE_LIMITS have MAXIMUM_PRIORITYakalin@chromium.org2013-11-041-1/+1
* [Net] Add a priority parameter to URLRequest's constructorakalin@chromium.org2013-10-311-1/+3
* Make gcp20_device respond to _printer._sub._privet.local queriesnoamsml@chromium.org2013-10-314-8/+13
* Fix issue with GCP 2.0 prototypenoamsml@chromium.org2013-10-312-3/+28
* Remove unused IPC::Message priority.bbudge@chromium.org2013-10-281-1/+1
* Remove abodenha from printing related ownersabodenha@chromium.org2013-10-091-1/+0
* Removed NULL checks for operator new() return value.vitalybuka@chromium.org2013-10-091-26/+11
* Clean up remaining unused globals (on mac).thakis@chromium.org2013-09-261-1/+0
* Fix incorrect checking of file_util::WriteFile() return results.thestig@chromium.org2013-09-171-2/+3
* map::size() returns a size_t.jorgelo@chromium.org2013-09-071-1/+1
* test IWYU fixups for basemostynb@opera.com2013-09-031-0/+3
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-304-4/+4
* Move ScopedClosureRunner to callback_helpers, add Reset.avi@chromium.org2013-08-302-0/+2
* Remove unused variable declaration.etienneb@chromium.org2013-08-211-1/+0
* https://chromiumcodereview.appspot.com/23271004 with fixed include.vitalybuka@chromium.org2013-08-219-60/+481
* Revert "GCP2.0 Device: Adding advanced printing."dominicc@google.com2013-08-209-480/+60
* GCP2.0 Device: Adding advanced printing.maksymb@chromium.org2013-08-209-60/+480
* GCP2.0 Device: Simple printing with new caps.maksymb@chromium.org2013-08-1912-65/+418
* GCP2.0 Device: Refactor: PrinterState is now separate from Printermaksymb@chromium.org2013-08-175-297/+368
* GCP2.0 Device: Local settings management.maksymb@chromium.org2013-08-1610-59/+409
* GCP2.0 Device: Instant AccessToken update on AuthFailed.maksymb@chromium.org2013-08-167-53/+133
* Fix crash when calling HttpServer::GetLocalAddress when there is no server sock.kkania@chromium.org2013-08-091-2/+2
* GCP2.0 Device: Default responses is now multicast responses (instead of unica...maksymb@chromium.org2013-08-092-6/+6
* GCP2.0 Device: Fixed XMPP crash while closing.maksymb@chromium.org2013-08-081-10/+17
* GCP2.0 Device: XMPP pings.maksymb@chromium.org2013-08-073-14/+125
* GCP2.0 Device: Response parser refactor.maksymb@chromium.org2013-08-062-75/+81
* Make element removal methods in DictionaryValue and ListValue take scoped_ptr...bauerb@chromium.org2013-08-061-2/+2
* GCP2.0 Device: New timeouts (5 sec).maksymb@chromium.org2013-08-062-4/+9
* GCP2.0 Device: New command line parameter: state-pathmaksymb@chromium.org2013-08-045-13/+43
* GCP2.0 Device: Bugfix for updating metadata.maksymb@chromium.org2013-08-031-2/+1
* GCP2.0 Device: Help messagemaksymb@chromium.org2013-08-031-0/+31
* Replaced HTTP-errors with Privet errors.maksymb@chromium.org2013-08-022-48/+35
* GCP2.0 Device: XMPP (without pings).maksymb@chromium.org2013-08-0212-161/+659
* Extend net::HttpServer to be able to parse request body.kkania@chromium.org2013-07-311-1/+1
* GCP2.0 Device: Fixed bug with two separators in X-Privet-Token.maksymb@chromium.org2013-07-313-14/+12
* GCP2.0 Device: Command line switch for disabling confirmation.maksymb@chromium.org2013-07-261-6/+11
* GCP2.0 Device: New parameters for command line: domain-name and service-name.maksymb@chromium.org2013-07-263-24/+55
* GCP2.0 Device: Receiving printjobs.maksymb@chromium.org2013-07-2614-152/+880
* GCP2.0 Device: Adding "jingle/notifier".maksymb@chromium.org2013-07-261-0/+1
* Added confirmation for printer registration.maksymb@chromium.org2013-07-249-28/+210
* Update include paths in cloud_print for base/process changes.rsesek@chromium.org2013-07-246-10/+9
* Allow HttpServer response to include custom headers.kkania@chromium.org2013-07-231-0/+1
* Added HTTP-method (POST, GET) checking for Privet requests. Added IsRegistere...maksymb@chromium.org2013-07-234-15/+78
* XPrivetToken, saving to file, little extend for /privet/info.maksymb@chromium.org2013-07-2314-105/+592
* Finished registration to Google Cloud Print.maksymb@chromium.org2013-07-1916-44/+1271